Skip to content

Commit

Permalink
Merge pull request #23 from xuwei-k/Scala-2.12.6
Browse files Browse the repository at this point in the history
Scala 2.12.6
  • Loading branch information
thesamet authored May 4, 2018
2 parents f0eb960 + 5a82e07 commit 95701c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ jdk: oraclejdk8
scala:
- 2.10.7
- 2.11.12
- 2.12.4
- 2.12.6
- 2.13.0-M3

matrix:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ val Scala211 = "2.11.12"

scalaVersion in ThisBuild := Scala211

crossScalaVersions := Seq(Scala211, "2.10.7", "2.12.4", "2.13.0-M3")
crossScalaVersions := Seq(Scala211, "2.10.7", "2.12.6", "2.13.0-M3")

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

Expand Down

0 comments on commit 95701c0

Please sign in to comment.