Skip to content

Commit 84f4c0d

Browse files
committed
Update scala3-library to 3.3.4
1 parent 56ec2fb commit 84f4c0d

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
@@ -4,7 +4,7 @@ name := "spray-json-derived-codecs"
44

55
lazy val scala212 = "2.12.18"
66
lazy val scala213 = "2.13.12"
7-
lazy val scala3 = "3.3.1"
7+
lazy val scala3 = "3.3.4"
88
lazy val supportedScalaVersions = List(scala212, scala213, scala3)
99

1010
ThisBuild / scalafmtOnCompile := false

0 commit comments

Comments
 (0)