Skip to content

Commit

Permalink
Merge pull request #66 from benhutchison/2.13-M2
Browse files Browse the repository at this point in the history
publish for 2.13.0-M2
  • Loading branch information
benhutchison authored Oct 13, 2017
2 parents 565f4ec + 07bad98 commit 3a681de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ scalacOptions ++= Seq("-deprecation", "-feature")

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

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

0 comments on commit 3a681de

Please sign in to comment.