mirror of
https://github.com/enso-org/enso.git
synced 2024-11-27 16:34:22 +03:00
48f0c6f5e8
Update Scala and libraries.
11 lines
551 B
Scala
11 lines
551 B
Scala
// sbt/sbt-assembly#496
|
|
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.2.0")
|
|
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.6")
|
|
addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.5.0")
|
|
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")
|
|
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
|
|
addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.3")
|
|
|
|
libraryDependencies += "io.circe" %% "circe-yaml" % "0.14.2"
|
|
libraryDependencies += "commons-io" % "commons-io" % "2.12.0"
|