File tree Expand file tree Collapse file tree 3 files changed +4
-17
lines changed Expand file tree Collapse file tree 3 files changed +4
-17
lines changed Original file line number Diff line number Diff line change @@ -6,21 +6,11 @@ name := "scala-swing"
66
77version := " 1.0.2-SNAPSHOT"
88
9- scalaVersion := " 2.11.0"
10-
11- snapshotScalaBinaryVersion := " 2.11"
9+ scalaVersion := " 2.11.6"
1210
1311// important!! must come here (why?)
1412scalaModuleOsgiSettings
1513
1614OsgiKeys .exportPackage := Seq (s " scala.swing.*;version= ${version.value}" )
1715
18- MimaPlugin .mimaDefaultSettings
19-
20- MimaKeys .previousArtifact := Some (organization.value % s " ${name.value}_2.11 " % " 1.0.1" )
21-
22- // run mima during tests
23- test in Test := {
24- MimaKeys .reportBinaryIssues.value
25- (test in Test ).value
26- }
16+ mimaPreviousVersion := Some (" 1.0.1" )
Original file line number Diff line number Diff line change 1- sbt.version =0.13.1
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" )
4-
1+ addSbtPlugin(" org.scala-lang.modules" % " scala-module-plugin" % " 1.0.3" )
You can’t perform that action at this time.
0 commit comments