Skip to content

Commit 103c492

Browse files
authored
Merge pull request #351 from scala-steward/update/scala-collection-compat-2.4.1
Update scala-collection-compat to 2.4.1
2 parents 781111d + 0039fb7 commit 103c492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.2" % Test,
18+
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.1" % 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)