bump to 1.1.3-SNAPSHOT

This commit is contained in:
Eugene Yokota 2018-03-27 06:53:05 -04:00
parent f607b6c73f
commit 1b77b35333
1 changed files with 2 additions and 2 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