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 ad84e2e commit ddcffd5Copy full SHA for ddcffd5
build.sbt
@@ -64,7 +64,7 @@ lazy val commonSettings = Seq(
64
"com.github.vovapolu" %% "scaluzzi" % "0.1.23"
65
),
66
libraryDependencies ++= Seq(
67
- "org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0",
+ "org.scala-lang.modules" %% "scala-collection-compat" % "2.13.0",
68
"javax.annotation" % "javax.annotation-api" % "1.3.2",
69
"junit" % "junit" % "4.13.2" % Test,
70
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
0 commit comments