Skip to content

Commit a8bcea6

Browse files
committed
add Scala 3.0.0-M3 (drop M2)
1 parent 011dee7 commit a8bcea6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
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-
- 3.0.0-M2
8+
- 3.0.0-M3
99
- 2.11.12
1010
- 2.12.12
1111
- 2.13.4

build.sbt

+1-1
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)