mirror of
https://github.com/enso-org/enso.git
synced 2024-11-27 05:23:48 +03:00
41a8257e8d
Related to #5777
10 lines
527 B
Scala
10 lines
527 B
Scala
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.0")
|
|
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.3")
|
|
addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.3.0")
|
|
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0")
|
|
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
|
|
addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.3")
|
|
|
|
libraryDependencies += "io.circe" %% "circe-yaml" % "0.14.1"
|
|
libraryDependencies += "commons-io" % "commons-io" % "2.11.0"
|