diff --git a/build.sbt b/build.sbt index 0dc52aefe..9d27f2b1c 100644 --- a/build.sbt +++ b/build.sbt @@ -37,6 +37,7 @@ val mimaSettings = Def settings ( mimaPreviousArtifacts := Set( "1.0.0", "1.0.1", "1.0.2", "1.0.3", "1.0.4", "1.1.0", "1.1.1", "1.1.2", "1.1.3", "1.1.4", + "1.2.0", ) map (version => organization.value %% moduleName.value % version cross (if (crossPaths.value) CrossVersion.binary else CrossVersion.disabled) @@ -56,7 +57,7 @@ lazy val lmRoot = (project in file(".")) }, bintrayPackage := "librarymanagement", scalafmtOnCompile in Sbt := false, - git.baseVersion := "1.2.0", + git.baseVersion := "1.2.1", version := { val v = version.value if (v contains "SNAPSHOT") git.baseVersion.value + "-SNAPSHOT" diff --git a/ivy/src/main/scala/sbt/internal/librarymanagement/ConvertResolver.scala b/ivy/src/main/scala/sbt/internal/librarymanagement/ConvertResolver.scala index 545a8f9f6..2c9a79357 100644 --- a/ivy/src/main/scala/sbt/internal/librarymanagement/ConvertResolver.scala +++ b/ivy/src/main/scala/sbt/internal/librarymanagement/ConvertResolver.scala @@ -393,7 +393,7 @@ private[sbt] object ConvertResolver { // This error could be thrown either by super.put or the above case ex: IOException if ex.getMessage.contains("destination file exists") => throw new IOException( - s"""PUT operation failed because the desitnation file exists and overwriting is disabled: + s"""PUT operation failed because the destination file exists and overwriting is disabled: | source : $source | destination: $destination |If you have a staging repository that has failed, drop it and start over. diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 73b38a1df..8464f2507 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -6,8 +6,8 @@ object Dependencies { val scala211 = "2.11.12" val scala212 = "2.12.6" - private val ioVersion = "1.2.0-M2" - private val utilVersion = "1.2.0-M1" + private val ioVersion = "1.2.0" + private val utilVersion = "1.2.0" private val sbtIO = "org.scala-sbt" %% "io" % ioVersion diff --git a/project/build.properties b/project/build.properties index 0cd8b0798..f59579fd6 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.2.3 +sbt.version=1.2.0