Skip to content

Commit 34bdf53

Browse files
Update scala-collection-compat to 2.14.0 (#982)
1 parent e1bbabc commit 34bdf53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def check(code: String) = {
9494

9595
libraryDependencies ++= Seq(
9696
"org.scala-lang.modules" %% "scala-xml" % "2.4.0" excludeAll ExclusionRule(organization = "org.scala-lang"),
97-
"org.scala-lang.modules" %% "scala-collection-compat" % "2.13.0" excludeAll ExclusionRule(organization =
97+
"org.scala-lang.modules" %% "scala-collection-compat" % "2.14.0" excludeAll ExclusionRule(organization =
9898
"org.scala-lang"
9999
),
100100
"org.scalatest" %% "scalatest" % "3.2.19" % "test",

0 commit comments

Comments
 (0)