Skip to content

Commit 2464a19

Browse files
committedMay 13, 2021
upgrade to scala-collection-compat version with Scala 3.0.0 support
1 parent 7e3919a commit 2464a19

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
24-
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.3" % Test,
24+
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.4" % 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)