Skip to content

Commit 5ed58ab

Browse files
authored
Merge pull request #295 from Philippus/update/dotty-0.27.0-RC1
Update dotty 0.26.0-RC1 to 0.27.0-RC1
2 parents e2869ac + 83f4136 commit 5ed58ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
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.26.0-RC1
8+
- 0.27.0-RC1
99
- 2.11.12
1010
- 2.12.12
1111
- 2.13.3
@@ -17,7 +17,7 @@ env:
1717

1818
matrix:
1919
exclude:
20-
- scala: 0.26.0-RC1
20+
- scala: 0.27.0-RC1
2121
env: ADOPTOPENJDK=8 SCALAJS_VERSION=1.2.0
2222
include:
2323
- scala: 2.11.12

build.sbt

Lines changed: 1 addition & 1 deletion
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.26.0-RC1",
48+
crossScalaVersions -= "0.27.0-RC1",
4949
// Scala.js cannot run forked tests
5050
fork in Test := false
5151
)

0 commit comments

Comments
 (0)