lc-core/project/plugins.sbt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
238 B
Plaintext
Raw Normal View History

addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
2022-10-23 18:03:11 +00:00
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")
2024-10-08 17:02:29 +00:00
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0")