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 b8e2eef commit f6b90caCopy full SHA for f6b90ca
build.sbt
@@ -1,5 +1,5 @@
1
ThisBuild / scalaVersion := "3.3.6"
2
-ThisBuild / crossScalaVersions := Seq((ThisBuild / scalaVersion).value, "2.13.16")
+ThisBuild / crossScalaVersions := Seq((ThisBuild / scalaVersion).value, "2.13.17")
3
4
lazy val root = project.in(file("."))
5
.aggregate(collectionContrib.jvm, collectionContrib.js, collectionContrib.native)
0 commit comments