Skip to content

Commit 38bba36

Browse files
committed
Update the scala-modules plugin to 1.0.3
1 parent 8da0e7b commit 38bba36

File tree

3 files changed

+4
-17
lines changed

3 files changed

+4
-17
lines changed

build.sbt

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,11 @@ name := "scala-swing"
66

77
version := "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?)
1412
scalaModuleOsgiSettings
1513

1614
OsgiKeys.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")

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.1
1+
sbt.version=0.13.8

project/plugins.sbt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
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")

0 commit comments

Comments
 (0)