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 8aa99d5 commit aa26039Copy full SHA for aa26039
build.sbt
@@ -64,7 +64,7 @@ lazy val commonSettings = Seq(
64
"com.github.vovapolu" %% "scaluzzi" % "0.1.18"
65
),
66
libraryDependencies ++= Seq(
67
- "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.2",
+ "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.3",
68
"javax.annotation" % "javax.annotation-api" % "1.3.2",
69
"junit" % "junit" % "4.13.2" % Test,
70
"org.scalatest" %% "scalatest" % "3.2.6" % Test,
0 commit comments