Skip to content

Commit 043aa70

Browse files
committed
Update scala3-library to 3.2.2
1 parent 6bccfa5 commit 043aa70

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
@@ -14,7 +14,7 @@ def isScala2(scalaVersion: String): Boolean =
1414
}
1515

1616
lazy val sharedSettings = Seq(
17-
crossScalaVersions := Seq("2.12.16", "2.13.10", "3.2.1"),
17+
crossScalaVersions := Seq("2.12.16", "2.13.10", "3.2.2"),
1818
organization := "io.github.metarank",
1919
version := cforVersion,
2020
scalaVersion := "2.13.10",

0 commit comments

Comments
 (0)