Bump version, remove 1.0.x mima checks

This commit is contained in:
Alexandre Archambault 2018-02-15 23:02:37 +01:00
parent 3e4a65d5ee
commit 0123a377e2
3 changed files with 2 additions and 21 deletions

View File

@ -10,25 +10,6 @@ object Mima {
// Important: the line with the "binary compatibility versions" comment below is matched during releases
def binaryCompatibilityVersions = Set(
"1.0.0-RC1",
"1.0.0-RC2",
"1.0.0-RC3",
"1.0.0-RC4",
"1.0.0-RC5",
"1.0.0-RC6",
"1.0.0-RC7",
"1.0.0-RC8",
"1.0.0-RC9",
"1.0.0-RC10",
"1.0.0-RC11",
"1.0.0-RC12",
"1.0.0-RC12-1",
"1.0.0-RC13",
"1.0.0-RC14",
"1.0.0",
"1.0.1-M1",
"1.0.1",
"1.0.2",
"" // binary compatibility versions
)

View File

@ -1,4 +1,4 @@
io.get-coursier:coursier_2.11:1.0.3-SNAPSHOT:compile
io.get-coursier:coursier_2.11:1.1.0-SNAPSHOT:compile
org.scala-lang:scala-library:2.11.12:default
org.scala-lang.modules:scala-xml_2.11:1.0.6:default
org.scalaz:scalaz-core_2.11:7.2.16:default

View File

@ -1 +1 @@
version in ThisBuild := "1.0.3-SNAPSHOT"
version in ThisBuild := "1.1.0-SNAPSHOT"