Skip to content

Commit

Permalink
Upgrade Scala version from 2.12.3 to 2.12.4 (latest 2.12.x)
Browse files Browse the repository at this point in the history
  • Loading branch information
gslowikowski committed Oct 22, 2017
1 parent 66bbc71 commit 479b499
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 @@ -10,7 +10,7 @@ matrix:
- jdk: oraclejdk7
scala: 2.11.11
- jdk: oraclejdk8
scala: 2.12.3
scala: 2.12.4
- jdk: oraclejdk8
scala: 2.13.0-M1

Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ val ScalatestVersion = "3.0.3"

val appSettings = Seq(
organization := Org,
scalaVersion := "2.12.3",
crossScalaVersions := Seq("2.10.6", "2.11.11", "2.12.3", "2.13.0-M1"),
scalaVersion := "2.12.4",
crossScalaVersions := Seq("2.10.6", "2.11.11", "2.12.4", "2.13.0-M1"),
fork in Test := false,
publishMavenStyle := true,
publishArtifact in Test := false,
Expand Down

0 comments on commit 479b499

Please sign in to comment.