Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0b45612

Browse files
Merge pull request #335 from SethTisue/scala-3.0.0-M3
2 parents 011dee7 + 58eb05d commit 0b45612

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ import: scala/scala-dev:travis/default.yml
55
language: scala
66

77
scala:
8-
- 3.0.0-M2
8+
- 3.0.0-M3
99
- 2.11.12
1010
- 2.12.12
1111
- 2.13.4
1212

1313
env:
14-
- ADOPTOPENJDK=8 SCALAJS_VERSION=
15-
- ADOPTOPENJDK=8 SCALAJS_VERSION=1.3.1
16-
- ADOPTOPENJDK=11 SCALAJS_VERSION=
14+
- ADOPTOPENJDK=8 SCALAJS_VERSION= CACHE_WORKAROUND=see-PR-335
15+
- ADOPTOPENJDK=8 SCALAJS_VERSION=1.3.1 CACHE_WORKAROUND=see-PR-335
16+
- ADOPTOPENJDK=11 SCALAJS_VERSION= CACHE_WORKAROUND=see-PR-335
1717

1818
matrix:
1919
include:

‎build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
1515
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test,
1616
// so we can `@nowarn` in test code, but only in test code, so the dependency
1717
// doesn't leak downstream
18-
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.3.1" % Test,
18+
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.3.2" % Test,
1919

2020
apiMappings ++= scalaInstance.value.libraryJars.collect {
2121
case file if file.getName.startsWith("scala-library") && file.getName.endsWith(".jar") =>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /