Skip to content

Commit

Permalink
Merge pull request #15 from xuwei-k/Scala-2.13.0-M2
Browse files Browse the repository at this point in the history
Scala 2.13.0-M2
  • Loading branch information
thesamet authored Jan 4, 2018
2 parents 3746102 + 2de2438 commit 30b846f
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 @@ -7,5 +7,5 @@ matrix:
include:
- scala: 2.12.2
jdk: oraclejdk8
- scala: 2.13.0-M1
- scala: 2.13.0-M2
jdk: oraclejdk8
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 := "2.11.11"

crossScalaVersions := Seq("2.11.11", "2.10.6", "2.12.2", "2.13.0-M1")
crossScalaVersions := Seq("2.11.11", "2.10.6", "2.12.2", "2.13.0-M2")

organization in ThisBuild := "com.thesamet.scalapb"

Expand Down Expand Up @@ -47,7 +47,7 @@ lazy val lenses = crossProject.in(file("."))
.jvmSettings(
libraryDependencies ++= Seq(
"org.scalacheck" %%% "scalacheck" % "1.13.5" % "test",
"org.scalatest" %%% "scalatest" % "3.0.3" % "test"
"org.scalatest" %%% "scalatest" % "3.0.4" % "test"
)
)
.jsSettings(
Expand Down

0 comments on commit 30b846f

Please sign in to comment.