sbt/project/plugins.sbt

9 lines
375 B
Plaintext
Raw Normal View History

2017-07-28 08:56:08 +02:00
scalaVersion := "2.12.3"
2017-03-29 15:43:38 +02:00
scalacOptions ++= Seq("-feature", "-language:postfixOps")
2017-12-16 07:41:13 +01:00
addSbtPlugin("org.scala-sbt" % "sbt-houserules" % "0.3.4")
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.3.2")
2017-10-24 13:23:37 +02:00
addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.14")
2017-10-04 19:01:06 +02:00
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "3.0.2")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0")