Skip to content

Commit 14391e7

Browse files
committed
Update scala-collection-compat to 2.5.0
1 parent 57862f9 commit 14391e7

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
@@ -21,7 +21,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
2121
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test,
2222
// so we can `@nowarn` in test code, but only in test code, so the dependency
2323
// doesn't leak downstream. can be dropped when we drop 2.11 from the crossbuild
24-
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.4" % Test,
24+
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.5.0" % Test,
2525

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

0 commit comments

Comments
 (0)