Merge pull request #257 from eed3si9n/wip/next

1.2.1-SNAPSHOT
This commit is contained in:
eugene yokota 2018-08-01 00:27:05 -04:00 committed by GitHub
commit f42ec6f442
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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"

View File

@ -1 +1 @@
sbt.version=1.1.6
sbt.version=1.2.0