Skip to content

Commit

Permalink
Use scala 2.13.0-M5 milestone release
Browse files Browse the repository at this point in the history
  • Loading branch information
ashawley committed Oct 17, 2018
1 parent d396346 commit 8c48d07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jdk:
scala:
- 2.11.12
- 2.12.6
- 2.13.0-M4
- 2.13.0-M5

env:
global:
Expand Down Expand Up @@ -46,7 +46,7 @@ matrix:
jdk: openjdk11
- scala: 2.12.6
jdk: openjdk6
- scala: 2.13.0-M4
- scala: 2.13.0-M5
jdk: openjdk6

script:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbtcrossproject.{crossProject, CrossType}
import ScalaModulePlugin._

crossScalaVersions in ThisBuild := List("2.12.6", "2.11.12", "2.13.0-M4")
crossScalaVersions in ThisBuild := List("2.12.6", "2.11.12", "2.13.0-M5")

lazy val xml = crossProject(JSPlatform, JVMPlatform)
.withoutSuffixFor(JVMPlatform)
Expand Down

0 comments on commit 8c48d07

Please sign in to comment.