File tree Expand file tree Collapse file tree 3 files changed +3
-15
lines changed Expand file tree Collapse file tree 3 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 1111script :
1212 - admin/build.sh
1313scala :
14- - 2.11.2
14+ - 2.11.4
1515jdk :
1616 - openjdk6
1717 - openjdk7
Original file line number Diff line number Diff line change 1- import com .typesafe .tools .mima .plugin .{MimaPlugin , MimaKeys }
21
32scalaModuleSettings
43
54name := " scala-parser-combinators"
65
7- version := " 1.0.3 -SNAPSHOT"
6+ version := " 1.1.0 -SNAPSHOT"
87
9- scalaVersion := " 2.11.2 "
8+ scalaVersion := " 2.11.4 "
109
1110snapshotScalaBinaryVersion := " 2.11"
1211
@@ -21,13 +20,3 @@ fork in Test := true
2120libraryDependencies += " junit" % " junit" % " 4.11" % " test"
2221
2322libraryDependencies += " com.novocode" % " junit-interface" % " 0.10" % " test"
24-
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- }
Original file line number Diff line number Diff line change 11addSbtPlugin(" org.scala-lang.modules" % " scala-module-plugin" % " 1.0.2" )
22
3- addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 0.1.6" )
You can’t perform that action at this time.
0 commit comments