Skip to content

Commit

Permalink
add scala 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
axtstar committed Jun 8, 2019
1 parent 0844073 commit 37aca11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -10,6 +10,7 @@ jdk:
scala:
- 2.11.12
- 2.12.8
- 2.13.0
script:
- sbt ++$TRAVIS_SCALA_VERSION clean
- sbt ++$TRAVIS_SCALA_VERSION coverage test -J-Xss8M
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -14,7 +14,7 @@ name := "asta4e"
version := "0.0.16"

scalaVersion := "2.11.12"
crossScalaVersions := Seq("2.11.12", "2.12.8")
crossScalaVersions := Seq("2.11.12", "2.12.8", "2.13.0")

scalacOptions ++= Seq(
"-encoding", "utf8", // Option and arguments on same line
Expand Down

0 comments on commit 37aca11

Please sign in to comment.