Skip to content

Commit

Permalink
bump scala 2.12 version
Browse files Browse the repository at this point in the history
  • Loading branch information
jtjeferreira committed Jul 21, 2018
1 parent b24c4bc commit ada7c85
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 @@ sudo: false
language: scala
scala:
- 2.11.12
- 2.12.4
- 2.12.6

# These directories are cached to S3 at the end of the build
cache:
Expand Down
2 changes: 1 addition & 1 deletion project/Common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
object Common {
def version = "master-SNAPSHOT"
def playVersion = System.getProperty("play.version", "2.6.12")
def scalaVersion = System.getProperty("scala.version", "2.12.4")
def scalaVersion = System.getProperty("scala.version", "2.12.6")
def crossScalaVersions = Seq(scalaVersion, "2.11.12")
}

0 comments on commit ada7c85

Please sign in to comment.