File tree Expand file tree Collapse file tree 3 files changed +4
-16
lines changed Expand file tree Collapse file tree 3 files changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,10 @@ scalaModuleSettings
44
55name := " scala-xml"
66
7- version := " 1.0.3 -SNAPSHOT"
7+ version := " 1.0.4 -SNAPSHOT"
88
99scalaVersion := " 2.11.4"
1010
11- snapshotScalaBinaryVersion := " 2.11"
12-
1311// important!! must come here (why?)
1412scalaModuleOsgiSettings
1513
@@ -23,12 +21,4 @@ libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % "test"
2321// used in CompilerErrors test
2422libraryDependencies += (" 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" )
Original file line number Diff line number Diff line change 1- sbt.version =0.13.7
1+ sbt.version =0.13.8
Original file line number Diff line number Diff line change 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" )
You can’t perform that action at this time.
0 commit comments