Skip to content

Commit 30b846f

Browse files
authored
Merge pull request #15 from xuwei-k/Scala-2.13.0-M2
Scala 2.13.0-M2
2 parents 3746102 + 2de2438 commit 30b846f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ matrix:
77
include:
88
- scala: 2.12.2
99
jdk: oraclejdk8
10-
- scala: 2.13.0-M1
10+
- scala: 2.13.0-M2
1111
jdk: oraclejdk8

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import ReleaseTransformations._
22

33
scalaVersion := "2.11.11"
44

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

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

@@ -47,7 +47,7 @@ lazy val lenses = crossProject.in(file("."))
4747
.jvmSettings(
4848
libraryDependencies ++= Seq(
4949
"org.scalacheck" %%% "scalacheck" % "1.13.5" % "test",
50-
"org.scalatest" %%% "scalatest" % "3.0.3" % "test"
50+
"org.scalatest" %%% "scalatest" % "3.0.4" % "test"
5151
)
5252
)
5353
.jsSettings(

0 commit comments

Comments
 (0)