Skip to content

Commit

Permalink
Merge pull request #71 from gourlaysama/version-bump
Browse files Browse the repository at this point in the history
bump version numbers of scala, sbt and plugins
  • Loading branch information
benhutchison authored Feb 15, 2018
2 parents 6f85bea + e288959 commit 2fe4b94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ scalaModuleSettings

name := "scala-swing"

version := "2.0.1-SNAPSHOT"
version := "2.0.2-SNAPSHOT"

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

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

OsgiKeys.exportPackage := Seq(s"scala.swing.*;version=${version.value}")
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.15
sbt.version=0.13.17
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("org.scala-lang.modules" % "scala-module-plugin" % "1.0.8")
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1.0.13")

0 comments on commit 2fe4b94

Please sign in to comment.