Upgrade to sbt 1.0.0-RC3

This commit is contained in:
Dale Wijnand 2017-07-31 14:54:52 +01:00
parent 3c66425d55
commit 14cc1c56e2
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
sbt.version=1.0.0-RC2
sbt.version=1.0.0-RC3

View File

@ -2,6 +2,6 @@ addSbtPlugin("org.scala-sbt" % "sbt-houserules" % "0.3.3")
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.3.0")
// addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.3")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.15")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.17")
scalacOptions += "-language:postfixOps"