sbt/project/plugins.sbt

8 lines
318 B
Plaintext
Raw Normal View History

2017-12-19 14:25:58 +01:00
scalaVersion := "2.12.4"
2017-03-29 15:43:38 +02:00
scalacOptions ++= Seq("-feature", "-language:postfixOps")
2017-12-19 14:25:58 +01:00
addSbtPlugin("org.scala-sbt" % "sbt-houserules" % "0.3.5")
2017-12-16 07:41:13 +01:00
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.3.2")
2017-10-04 19:01:06 +02:00
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "3.0.2")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0")