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

2024-05-05 16:32:23 +00:00
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.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")
2024-03-14 17:32:47 +00:00
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0")