Skip to content

Commit f84e2d0

Browse files
authored
Merge pull request #564 from scala-steward/update/scala3-library-3.3.4
Update scala3-library, ... to 3.3.4
2 parents 548c8a5 + 5e5e6a8 commit f84e2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ThisBuild / startYear := Some(2004)
44
val commonSettings = Seq(
55
versionScheme := Some("early-semver"),
66
versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
7-
crossScalaVersions := Seq("2.13.14", "2.12.20", "3.3.3"),
7+
crossScalaVersions := Seq("2.13.14", "2.12.20", "3.3.4"),
88
scalaVersion := crossScalaVersions.value.head,
99
)
1010

0 commit comments

Comments
 (0)