Skip to content

Commit

Permalink
#188 - Publish for Scala 2.12.0-RC2.
Browse files Browse the repository at this point in the history
- Scala version upgraded from 2.12.0-RC1 to 2.12.0-RC2,
- ScalaJS version upgraded from 0.6.12 to 0.6.13.
  • Loading branch information
gslowikowski committed Oct 19, 2016
1 parent 4fa644c commit 645587e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ val ScalatestVersion = "3.0.0"
val appSettings = Seq(
organization := Org,
scalaVersion := "2.11.8",
crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.0-RC1"),
crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.0-RC2"),
fork in Test := false,
publishMavenStyle := true,
publishArtifact in Test := false,
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.1")

addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.3")

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.12")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.13")

0 comments on commit 645587e

Please sign in to comment.