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 df14c7c commit 44b982eCopy full SHA for 44b982e
build.sbt
@@ -46,7 +46,7 @@ lazy val commonSettings =
46
Seq("org.scala-lang.modules" %% "scala-parallel-collections" % "1.2.0")
47
}
48
},
49
- libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.13.0"
+ libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.14.0"
50
)
51
52
lazy val publishSettings = Seq(
0 commit comments