Skip to content

Commit 2fe4b94

Browse files
authored
Merge pull request #71 from gourlaysama/version-bump
bump version numbers of scala, sbt and plugins
2 parents 6f85bea + e288959 commit 2fe4b94

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ scalaModuleSettings
44

55
name := "scala-swing"
66

7-
version := "2.0.1-SNAPSHOT"
7+
version := "2.0.2-SNAPSHOT"
88

99
scalacOptions ++= Seq("-deprecation", "-feature")
1010

1111
// Map[JvmMajorVersion, List[(ScalaVersion, UseForPublishing)]]
1212
scalaVersionsByJvm in ThisBuild := Map(
13-
8 -> List("2.11.11", "2.12.2", "2.13.0-M2").map(_ -> true)
13+
8 -> List("2.11.12", "2.12.4", "2.13.0-M3").map(_ -> true)
1414
)
1515

1616
OsgiKeys.exportPackage := Seq(s"scala.swing.*;version=${version.value}")

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.15
1+
sbt.version=0.13.17

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("org.scala-lang.modules" % "scala-module-plugin" % "1.0.8")
1+
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1.0.13")

0 commit comments

Comments
 (0)