Skip to content

Commit fb65beb

Browse files
authored
Merge pull request #121 from SethTisue/publish-for-m5
add Scala 2.13.0-M5 (and drop M4)
2 parents 3334e28 + af23560 commit fb65beb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jdk:
66
- oraclejdk8
77

88
scala:
9-
- 2.13.0-M4
9+
- 2.13.0-M5
1010

1111
env:
1212
global:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import ScalaModulePlugin._
22

3-
crossScalaVersions in ThisBuild := List("2.13.0-M4")
3+
crossScalaVersions in ThisBuild := List("2.13.0-M5")
44

55
val disableDocs = sys.props("nodocs") == "true"
66

0 commit comments

Comments
 (0)