File tree Expand file tree Collapse file tree 2 files changed +1
-88
lines changed Expand file tree Collapse file tree 2 files changed +1
-88
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,12 @@ scalaModuleSettings
44
55organization := " org.scala-lang.modules"
66
7- scalaModuleSettings
8-
97name := " scala-swing"
108
119version := " 2.0.0-SNAPSHOT"
1210
1311scalaVersion := " 2.11.1"
1412
15- snapshotScalaBinaryVersion := " 2.11.1"
16-
1713scalacOptions ++= Seq (" -deprecation" , " -feature" , " -target:jvm-1.6" )
1814
1915snapshotScalaBinaryVersion := " 2.11"
@@ -25,7 +21,7 @@ OsgiKeys.exportPackage := Seq(s"scala.swing.*;version=${version.value}")
2521
2622MimaPlugin .mimaDefaultSettings
2723
28- MimaKeys .previousArtifact := Some (organization.value % s " ${name.value}_2.11.1 " % " 1.0.0 " )
24+ MimaKeys .previousArtifact := Some (organization.value % s " ${name.value}_2.11 " % " 1.0.1 " )
2925
3026// run mima during tests
3127test in Test := {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments