diff --git a/build.sbt b/build.sbt index df1473920..eba2c940e 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,7 @@ def commonSettings: Seq[Setting[_]] = Seq( ) val mimaSettings = Def settings ( - mimaPreviousArtifacts := Set(organization.value %% moduleName.value % "1.0.0-RC3") + mimaPreviousArtifacts := Set(organization.value %% moduleName.value % "1.0.0") ) lazy val lmRoot = (project in file(".")) diff --git a/project/build.properties b/project/build.properties index 12c38d389..94005e587 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.0.0-RC3 +sbt.version=1.0.0