Skip to content

Commit b91eb18

Browse files
Update scala3-library to 3.3.1 (#409)
1 parent c22487e commit b91eb18

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.3.0", "2.11.12", "2.12.18", "2.13.11")
4+
crossScalaVersions := Seq("3.3.1", "2.11.12", "2.12.18", "2.13.11")
55
scalaVersion := crossScalaVersions.value.head
66
ThisBuild / versionScheme := Some("early-semver")
77
scalacOptions ++= Seq(

0 commit comments

Comments
 (0)