mirror of https://github.com/sbt/sbt.git
commit
6fc7bc6dc9
|
|
@ -30,7 +30,7 @@ def commonSettings: Seq[Setting[_]] = Seq(
|
|||
)
|
||||
|
||||
val mimaSettings = Def settings (
|
||||
mimaPreviousArtifacts := Set(organization.value %% moduleName.value % "1.0.0-RC3")
|
||||
mimaPreviousArtifacts := Set(organization.value %% moduleName.value % "1.0.0")
|
||||
)
|
||||
|
||||
lazy val lmRoot = (project in file("."))
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
sbt.version=1.0.0-RC3
|
||||
sbt.version=1.0.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue