Skip to content

Commit b7b2deb

Browse files
committed
Update the scala-modules plugin to 1.0.3
Also update version to 1.0.4-SNAPSHOT, since 1.0.3 is out.
1 parent 14888a2 commit b7b2deb

File tree

3 files changed

+4
-16
lines changed

3 files changed

+4
-16
lines changed

build.sbt

+2-12
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ scalaModuleSettings
44

55
name := "scala-xml"
66

7-
version := "1.0.3-SNAPSHOT"
7+
version := "1.0.4-SNAPSHOT"
88

99
scalaVersion := "2.11.4"
1010

11-
snapshotScalaBinaryVersion := "2.11"
12-
1311
// important!! must come here (why?)
1412
scalaModuleOsgiSettings
1513

@@ -23,12 +21,4 @@ libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % "test"
2321
// used in CompilerErrors test
2422
libraryDependencies += ("org.scala-lang" % "scala-compiler" % scalaVersion.value % "test").exclude("org.scala-lang.modules", s"scala-xml*")
2523

26-
MimaPlugin.mimaDefaultSettings
27-
28-
MimaKeys.previousArtifact := Some(organization.value % s"${name.value}_2.11" % "1.0.1")
29-
30-
// run mima during tests
31-
test in Test := {
32-
MimaKeys.reportBinaryIssues.value
33-
(test in Test).value
34-
}
24+
mimaPreviousVersion := Some("1.0.1")

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.7
1+
sbt.version=0.13.8

project/plugins.sbt

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
addSbtPlugin("org.scala-lang.modules" % "scala-module-plugin" % "1.0.2")
2-
3-
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.6")
1+
addSbtPlugin("org.scala-lang.modules" % "scala-module-plugin" % "1.0.3")

0 commit comments

Comments
 (0)