From 12be2e28a6242160f0085f07d243f3b0add4914c Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sat, 26 Aug 2017 14:40:58 -0400 Subject: [PATCH] Use sbt 1.0.0 --- build.sbt | 2 +- project/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 2be47d5f0..5687441d1 100644 --- a/build.sbt +++ b/build.sbt @@ -66,7 +66,7 @@ def testedBaseSettings: Seq[Setting[_]] = val mimaSettings = Def settings ( mimaPreviousArtifacts := Set( - organization.value % moduleName.value % "1.0.0-RC3" + organization.value % moduleName.value % "1.0.0" cross (if (crossPaths.value) CrossVersion.binary else CrossVersion.disabled) ) ) 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