Skip to content

Commit eb0821d

Browse files
authored
Merge pull request #258 from Philippus/update/scala-2.13.0-RC3
Update scala 2.13.0-RC2 to 2.13.0-RC3
2 parents 2b3f970 + 4d314df commit eb0821d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ scala:
1010
- 2.10.7
1111
- 2.11.12
1212
- 2.12.8
13-
- 2.13.0-RC2
13+
- 2.13.0-RC3
1414

1515
before_cache:
1616
- find "$HOME/.sbt/" -name '*.lock' -print0 | xargs -0 rm

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ import sbtcrossproject.CrossProject
66
import sbtcrossproject.CrossType
77

88
val Org = "org.scoverage"
9-
val ScalatestVersion = "3.1.0-SNAP11"
9+
val ScalatestVersion = "3.0.8-RC5"
1010

1111
val appSettings = Seq(
1212
organization := Org,
1313
scalaVersion := "2.12.8",
14-
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.8", "2.13.0-RC2"),
14+
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.8", "2.13.0-RC3"),
1515
fork in Test := false,
1616
publishMavenStyle := true,
1717
publishArtifact in Test := false,

project/plugins.sbt

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

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

7-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.27")
7+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.28")
88

99
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.0")

0 commit comments

Comments
 (0)