File tree Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,10 @@ scalaModuleSettings
44
55name := " scala-parser-combinators"
66
7- version := " 1.0.3 -SNAPSHOT"
7+ version := " 1.0.4 -SNAPSHOT"
88
99scalaVersion := " 2.11.6"
1010
11- snapshotScalaBinaryVersion := " 2.11"
12-
1311// important!! must come here (why?)
1412scalaModuleOsgiSettings
1513
@@ -22,12 +20,4 @@ libraryDependencies += "junit" % "junit" % "4.11" % "test"
2220
2321libraryDependencies += " com.novocode" % " junit-interface" % " 0.10" % " test"
2422
25- MimaPlugin .mimaDefaultSettings
26-
27- MimaKeys .previousArtifact := Some (organization.value % s " ${name.value}_2.11 " % " 1.0.2" )
28-
29- // run mima during tests
30- test in Test := {
31- MimaKeys .reportBinaryIssues.value
32- (test in Test ).value
33- }
23+ mimaPreviousVersion := Some (" 1.0.2" )
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