Merge pull request #4046 from eed3si9n/wip/bumpsbt

bump to 1.1.3-SNAPSHOT
This commit is contained in:
eugene yokota 2018-03-28 09:11:19 -04:00 committed by GitHub
commit fa56cf394b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ def buildLevelSettings: Seq[Setting[_]] =
inThisBuild(
Seq(
organization := "org.scala-sbt",
version := "1.1.2-SNAPSHOT",
version := "1.1.3-SNAPSHOT",
description := "sbt is an interactive build tool",
bintrayOrganization := Some("sbt"),
bintrayRepository := {
@ -79,7 +79,7 @@ val mimaSettings = Def settings (
mimaPreviousArtifacts := {
Seq(
"1.0.0", "1.0.1", "1.0.2", "1.0.3", "1.0.4",
"1.1.0", "1.1.1",
"1.1.0", "1.1.1", "1.1.2",
).map { v =>
organization.value % moduleName.value % v cross (if (crossPaths.value) CrossVersion.binary else CrossVersion.disabled)
}.toSet

View File

@ -1 +1 @@
sbt.version=1.1.1
sbt.version=1.1.2