mirror of https://github.com/sbt/sbt.git
sbt 1.2.3
This commit is contained in:
parent
e30a481585
commit
0843cd6a3c
|
|
@ -82,7 +82,7 @@ val mimaSettings = Def settings (
|
|||
Seq(
|
||||
"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.1.5", "1.1.6",
|
||||
"1.2.0"
|
||||
"1.2.0", "1.2.1", "1.2.3"
|
||||
).map { v =>
|
||||
organization.value % moduleName.value % v cross (if (crossPaths.value) CrossVersion.binary else CrossVersion.disabled)
|
||||
}.toSet
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
sbt.version=1.2.1
|
||||
sbt.version=1.2.3
|
||||
|
|
|
|||
Loading…
Reference in New Issue