Skip to content

Commit cfeb610

Browse files
authored
Merge pull request scala#287 from Philippus/update/dotty-0.25.0-RC2
Update dotty 0.25.0-RC1 to 0.25.0-RC2
2 parents 15744d2 + 6138e7a commit cfeb610

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+2-2
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.25.0-RC1
8+
- 0.25.0-RC2
99
- 2.11.12
1010
- 2.12.11
1111
- 2.13.2
@@ -17,7 +17,7 @@ env:
1717

1818
matrix:
1919
exclude:
20-
- scala: 0.25.0-RC1
20+
- scala: 0.25.0-RC2
2121
env: ADOPTOPENJDK=8 SCALAJS_VERSION=1.1.0
2222
include:
2323
- 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.25.0-RC1",
48+
crossScalaVersions -= "0.25.0-RC2",
4949
// Scala.js cannot run forked tests
5050
fork in Test := false
5151
)

0 commit comments

Comments
 (0)