jmonkey-test/project/plugins.sbt

4 lines
181 B
Plaintext
Raw Normal View History

2020-11-07 15:29:57 +00:00
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.23")
2020-11-13 14:14:57 +00:00
addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1")