sbt/project/plugins.sbt

5 lines
205 B
Plaintext
Raw Normal View History

2017-06-05 16:05:55 +02:00
libraryDependencies += "org.scala-sbt" % "scripted-plugin" % sbtVersion.value
2011-11-29 15:23:41 +01:00
2017-06-05 16:05:55 +02:00
addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "1.2.1")
2017-09-07 17:04:59 +02:00
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "2.0.0")