mirror of
https://github.com/enso-org/enso.git
synced 2024-11-27 06:32:30 +03:00
059bb8c7e9
Result of automatic formatting with `scalafmtAll` and `javafmtAll`. Prerequisite for https://github.com/enso-org/enso/pull/3394 ### Important Notes This touches a lot of files and might conflict with existing PRs that are in progress. If that's the case, just run `scalafmtAll` and `javafmtAll` after merge and everything should be in order since formatters should be deterministic.
10 lines
581 B
Scala
10 lines
581 B
Scala
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.0")
|
|
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.11")
|
|
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0")
|
|
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.8.0")
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-license-report" % "1.2.0")
|
|
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0")
|
|
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
|
|
|
|
libraryDependencies += "io.circe" %% "circe-yaml" % "0.14.1"
|