Skip to content

Commit cff1a9f

Browse files
Update scala-library to 2.13.11 (#212)
1 parent 54a6964 commit cff1a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ThisBuild / scalaVersion := "3.2.2"
2-
ThisBuild / crossScalaVersions := Seq((ThisBuild / scalaVersion).value, "2.13.10")
2+
ThisBuild / crossScalaVersions := Seq((ThisBuild / scalaVersion).value, "2.13.11")
33

44
lazy val root = project.in(file("."))
55
.aggregate(collectionContrib.jvm, collectionContrib.js, collectionContrib.native)

0 commit comments

Comments
 (0)