From 03b531ca1e244d68413eac118bdb64b67c251bd9 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sat, 26 Aug 2017 13:42:11 -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 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