Upgrade to sbt 1.0.0-RC3

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

View File

@ -28,7 +28,7 @@ object PublishBinPlugin extends AutoPlugin {
if (isSnapshot.value) "integration" else "release",
ivyConfigurations.value.map(c => ConfigRef(c.name)).toVector,
(packagedArtifacts in publishLocalBin).value.toVector,
(checksums in publishLocalBin).value,
(checksums in publishLocalBin).value.toVector,
resolverName = "local",
logging = ivyLoggingLevel.value,
overwrite = isSnapshot.value)

View File

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

View File

@ -1,7 +1,7 @@
scalaVersion := "2.12.3"
scalacOptions ++= Seq("-feature", "-language:postfixOps")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.15")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.17")
// addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.0")
// addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.9.2")
// addSbtPlugin("com.typesafe.sbt" % "sbt-javaversioncheck" % "0.1.0")