Skip to content

Commit e7dba7e

Browse files
scala-stewardpeteraldous
authored andcommitted
Update scala-collection-compat to 2.8.1 (scala#476)
1 parent 03a73d0 commit e7dba7e

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.0" % Test,
37+
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1" % 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)