Skip to content

Commit 645587e

Browse files
committed
#188 - Publish for Scala 2.12.0-RC2.
- Scala version upgraded from 2.12.0-RC1 to 2.12.0-RC2, - ScalaJS version upgraded from 0.6.12 to 0.6.13.
1 parent 4fa644c commit 645587e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ val ScalatestVersion = "3.0.0"
1313
val appSettings = Seq(
1414
organization := Org,
1515
scalaVersion := "2.11.8",
16-
crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.0-RC1"),
16+
crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.0-RC2"),
1717
fork in Test := false,
1818
publishMavenStyle := true,
1919
publishArtifact in Test := false,

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.1")
44

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

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

0 commit comments

Comments
 (0)