Skip to content
This repository was archived by the owner on Jun 23, 2020. It is now read-only.

Commit cf33bfe

Browse files
committed
Test agains scala 2.12.0-M5
1 parent 6f337f2 commit cf33bfe

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@ script:
1515
- admin/build.sh
1616
scala:
1717
- 2.11.8
18-
- 2.12.0-M4
18+
- 2.12.0-M5
1919
jdk:
2020
- openjdk6
2121
- oraclejdk8
2222
matrix:
2323
exclude:
24-
- scala: 2.12.0-M4
24+
- scala: 2.12.0-M5
2525
jdk: openjdk6
2626
notifications:
2727
email:
2828
- adriaan.moors@typesafe.com
29+
- danslapman@gmail.com

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ lazy val commonSettings = scalaModuleSettings ++ Seq(
99
organization := "org.scala-lang.plugins",
1010
version := "1.0.3-SNAPSHOT",
1111
scalaVersion := "2.11.8",
12-
crossScalaVersions := Seq("2.11.8", "2.12.0-M4"),
12+
crossScalaVersions := Seq("2.11.8", "2.12.0-M5"),
1313
snapshotScalaBinaryVersion := "2.11.8",
1414
scalacOptions ++= Seq(
1515
"-deprecation",

0 commit comments

Comments
 (0)