Skip to content

Commit 7953309

Browse files
authored
Merge pull request #493 from scala-steward/update/scala-collection-compat-2.9.0
Update scala-collection-compat to 2.9.0
2 parents 3d7cf05 + 9d3cabe commit 7953309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
3434
libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.3" % Test,
3535
// so we can `@nowarn` in test code, but only in test code, so the dependency
3636
// doesn't leak downstream. can be dropped when we drop 2.11 from the crossbuild
37-
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1" % Test,
37+
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.9.0" % Test,
3838

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

0 commit comments

Comments
 (0)