File tree Expand file tree Collapse file tree 2 files changed +3
-17
lines changed Expand file tree Collapse file tree 2 files changed +3
-17
lines changed Original file line number Diff line number Diff line change 1- import com .typesafe .tools .mima .plugin .{MimaPlugin , MimaKeys }
2-
31scalaModuleSettings
42
5- scalaVersion := " 2.11.5"
6-
7- snapshotScalaBinaryVersion := " 2.11.5"
3+ scalaVersion := " 2.11.6"
84
95organization := " org.scala-lang.modules"
106
@@ -23,15 +19,7 @@ libraryDependencies += "junit" % "junit" % "4.11" % "test"
2319
2420libraryDependencies += " com.novocode" % " junit-interface" % " 0.10" % " test"
2521
26- MimaPlugin .mimaDefaultSettings
27-
28- MimaKeys .previousArtifact := None
29-
30- // run mima during tests
31- test in Test := {
32- MimaKeys .reportBinaryIssues.value
33- (test in Test ).value
34- }
22+ mimaPreviousVersion := None
3523
3624testOptions += Tests .Argument (TestFrameworks .JUnit , " -v" , " -a" )
3725
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