mirror of
https://github.com/sbt/sbt.git
synced 2026-09-05 09:15:06 +02:00
I have no specific user-visible benefit in mind other than fewer JARs to download for people who are on current versions of things
8 lines
336 B
Scala
8 lines
336 B
Scala
scalaVersion := "2.12.6"
|
|
scalacOptions ++= Seq("-feature", "-language:postfixOps")
|
|
|
|
addSbtPlugin("org.scala-sbt" % "sbt-houserules" % "0.3.6")
|
|
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.4.0")
|
|
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "3.0.2")
|
|
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.8.0")
|