Skip to content

Commit

Permalink
Scala 2.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed May 4, 2018
1 parent e0dca80 commit 72a4d53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,7 @@ jdk: oraclejdk8

scala:
- 2.11.12
- 2.12.4
- 2.12.6

script:
- sbt ";set g8Properties in g8 in Test ~= { _ + (\"scala_version\" -> \"$TRAVIS_SCALA_VERSION\")}; g8Test"
2 changes: 1 addition & 1 deletion src/main/g8/default.properties
Expand Up @@ -3,6 +3,6 @@ name=My Scalatra Web App
version=0.1.0-SNAPSHOT
servlet_name=MyScalatraServlet
package=com.example.app
scala_version=2.12.4
scala_version=2.12.6
sbt_version=1.1.4
scalatra_version=maven(org.scalatra, scalatra_2.12)

0 comments on commit 72a4d53

Please sign in to comment.