Skip to content

Commit 61518cd

Browse files
committed
bump Dotty version to 0.25.0-RC1
1 parent d4f20fc commit 61518cd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import: scala/scala-dev:travis/default.yml
55
language: scala
66

77
scala:
8-
- 0.24.0-RC1
8+
- 0.25.0-RC1
99
- 2.11.12
1010
- 2.12.10
1111
- 2.13.2
@@ -18,9 +18,9 @@ env:
1818

1919
matrix:
2020
exclude:
21-
- scala: 0.24.0-RC1
21+
- scala: 0.25.0-RC1
2222
env: ADOPTOPENJDK=8 SCALAJS_VERSION=0.6.33
23-
- scala: 0.24.0-RC1
23+
- scala: 0.25.0-RC1
2424
env: ADOPTOPENJDK=8 SCALAJS_VERSION=1.1.0
2525
include:
2626
- scala: 2.11.12

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
4545
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test
4646
)
4747
.jsSettings(
48-
crossScalaVersions -= "0.24.0-RC1",
48+
crossScalaVersions -= "0.25.0-RC1",
4949
// Scala.js cannot run forked tests
5050
fork in Test := false
5151
)

0 commit comments

Comments
 (0)