mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 20:38:42 +02:00
Bump version, remove 1.0.x mima checks
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
+1
-1
@@ -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
|
||||
+1
-1
@@ -1 +1 @@
|
||||
version in ThisBuild := "1.0.3-SNAPSHOT"
|
||||
version in ThisBuild := "1.1.0-SNAPSHOT"
|
||||
|
||||
Reference in New Issue
Block a user