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

2023-12-01 17:38:57 +00:00
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")
2023-12-01 17:39:20 +00:00
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
2022-10-23 18:03:11 +00:00
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")
2023-12-01 17:39:02 +00:00
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5")