We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1bbabc commit 34bdf53Copy full SHA for 34bdf53
build.sbt
@@ -94,7 +94,7 @@ def check(code: String) = {
94
95
libraryDependencies ++= Seq(
96
"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 =
+ "org.scala-lang.modules" %% "scala-collection-compat" % "2.14.0" excludeAll ExclusionRule(organization =
98
"org.scala-lang"
99
),
100
"org.scalatest" %% "scalatest" % "3.2.19" % "test",
0 commit comments