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