Skip to content

Commit bf0976c

Browse files
committed
Update scala3-library to 3.2.1
1 parent 69dfda6 commit bf0976c

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,7 +1,7 @@
11
// basics
22

33
name := "scala-logging"
4-
crossScalaVersions := Seq("3.1.3", "2.11.12", "2.12.17", "2.13.10")
4+
crossScalaVersions := Seq("3.2.1", "2.11.12", "2.12.17", "2.13.10")
55
scalaVersion := crossScalaVersions.value.head
66
ThisBuild / versionScheme := Some("early-semver")
77
scalacOptions ++= Seq(

0 commit comments

Comments
 (0)