Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump scala 2.13 version #160

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ matrix:
- scala: 2.12.4
script: sbt ++$TRAVIS_SCALA_VERSION utestJVM/test utestJS/test

- scala: 2.13.0-M2
- scala: 2.13.0-M3
script: sbt ++$TRAVIS_SCALA_VERSION utestJVM/test utestJS/test

- env: SCALAJS_VERSION="1.0.0-M3"
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import sbt.addCompilerPlugin
name in ThisBuild := "utest"
organization in ThisBuild := "com.lihaoyi"
scalaVersion in ThisBuild := "2.12.4"
crossScalaVersions in ThisBuild := Seq("2.10.6", "2.11.12", "2.12.4", "2.13.0-M2")
crossScalaVersions in ThisBuild := Seq("2.10.6", "2.11.12", "2.12.4", "2.13.0-M3")
updateOptions in ThisBuild := (updateOptions in ThisBuild).value.withCachedResolution(true)
incOptions in ThisBuild := (incOptions in ThisBuild).value.withNameHashing(true).withLogRecompileOnMacro(false)
//triggeredMessage in ThisBuild := Watched.clearWhenTriggered
Expand Down