Skip to content

Commit 3d0040a

Browse files
committed
Try adding some SBT plugins
1 parent 6666ea2 commit 3d0040a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

project/plugins.sbt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.17")
2+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")
3+
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.4")
4+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")

0 commit comments

Comments
 (0)