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