mirror of https://github.com/sbt/sbt.git
Use sbt 1.0.0
This commit is contained in:
parent
7ac1b034e4
commit
12be2e28a6
|
|
@ -66,7 +66,7 @@ def testedBaseSettings: Seq[Setting[_]] =
|
|||
|
||||
val mimaSettings = Def settings (
|
||||
mimaPreviousArtifacts := Set(
|
||||
organization.value % moduleName.value % "1.0.0-RC3"
|
||||
organization.value % moduleName.value % "1.0.0"
|
||||
cross (if (crossPaths.value) CrossVersion.binary else CrossVersion.disabled)
|
||||
)
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
sbt.version=1.0.0-RC3
|
||||
sbt.version=1.0.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue