We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc1b9e3 commit 9a7babfCopy full SHA for 9a7babf
build.sbt
@@ -1,5 +1,5 @@
1
ThisBuild / scalaVersion := "3.3.4"
2
-ThisBuild / crossScalaVersions := Seq((ThisBuild / scalaVersion).value, "2.13.15")
+ThisBuild / crossScalaVersions := Seq((ThisBuild / scalaVersion).value, "2.13.16")
3
4
lazy val root = project.in(file("."))
5
.aggregate(collectionContrib.jvm, collectionContrib.js, collectionContrib.native)
0 commit comments