Use sbt 1.0.0

This commit is contained in:
Eugene Yokota 2017-08-26 13:42:11 -04:00
parent 9abaa9f740
commit 03b531ca1e
2 changed files with 2 additions and 2 deletions

View File

@ -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("."))

View File

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