Skip to content

Commit f454546

Browse files
authored
Merge pull request #257 from scoverage/scala-2-13-0-RC2
Add Scala 2.13.0-RC2 support
2 parents 3d971d4 + 69f39f6 commit f454546

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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-RC1
13+
- 2.13.0-RC2
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.0.8-RC2"
9+
val ScalatestVersion = "3.1.0-SNAP11"
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-RC1"),
14+
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.8", "2.13.0-RC2"),
1515
fork in Test := false,
1616
publishMavenStyle := true,
1717
publishArtifact in Test := false,

0 commit comments

Comments
 (0)