Skip to content

Commit

Permalink
Scala 2.13.0-RC2 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof authored and thesamet committed May 29, 2019
1 parent dae55b5 commit c293872
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ scala:
- 2.10.7
- 2.11.12
- 2.12.7
- 2.13.0-RC1
- 2.13.0-RC2
jdk: oraclejdk9

cache:
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import ReleaseTransformations._

scalaVersion in ThisBuild := "2.11.7"

crossScalaVersions in ThisBuild := Seq("2.10.7", "2.11.12", "2.12.8", "2.13.0-RC1")
crossScalaVersions in ThisBuild := Seq("2.10.7", "2.11.12", "2.12.8", "2.13.0-RC2")

scalacOptions in ThisBuild ++= {
CrossVersion.partialVersion(scalaVersion.value) match {
Expand Down Expand Up @@ -44,7 +44,7 @@ releaseProcess := Seq[ReleaseStep](
)

libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.0.8-RC3" % "test",
"org.scalatest" %% "scalatest" % "3.0.8-RC4" % "test",
"org.scalacheck" %% "scalacheck" % "1.14.0" % "test",
"com.google.protobuf" % "protobuf-java" % "3.8.0" % "test"
)

0 comments on commit c293872

Please sign in to comment.