File tree 2 files changed +3
-17
lines changed
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
-
3
1
scalaModuleSettings
4
2
5
- scalaVersion := " 2.11.5"
6
-
7
- snapshotScalaBinaryVersion := " 2.11.5"
3
+ scalaVersion := " 2.11.6"
8
4
9
5
organization := " org.scala-lang.modules"
10
6
@@ -23,15 +19,7 @@ libraryDependencies += "junit" % "junit" % "4.11" % "test"
23
19
24
20
libraryDependencies += " com.novocode" % " junit-interface" % " 0.10" % " test"
25
21
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
35
23
36
24
testOptions += Tests .Argument (TestFrameworks .JUnit , " -v" , " -a" )
37
25
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