Skip to content

Commit ada7c85

Browse files
committed
bump scala 2.12 version
1 parent b24c4bc commit ada7c85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sudo: false
44
language: scala
55
scala:
66
- 2.11.12
7-
- 2.12.4
7+
- 2.12.6
88

99
# These directories are cached to S3 at the end of the build
1010
cache:

project/Common.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
object Common {
44
def version = "master-SNAPSHOT"
55
def playVersion = System.getProperty("play.version", "2.6.12")
6-
def scalaVersion = System.getProperty("scala.version", "2.12.4")
6+
def scalaVersion = System.getProperty("scala.version", "2.12.6")
77
def crossScalaVersions = Seq(scalaVersion, "2.11.12")
88
}

0 commit comments

Comments
 (0)