Skip to content

Commit 7e7fc23

Browse files
authored
Merge of #394
2 parents 2f4793c + fdf5e30 commit 7e7fc23

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
@@ -2,7 +2,7 @@ import sbtcrossproject.CrossPlugin.autoImport.crossProject
22

33
val Scala212 = "2.12.20"
44
val Scala213 = "2.13.17"
5-
val Scala3 = "3.3.6"
5+
val Scala3 = "3.3.7"
66

77
ThisBuild / scalaVersion := Scala212
88
ThisBuild / crossScalaVersions := Seq(Scala212, Scala213, Scala3)

0 commit comments

Comments
 (0)