Skip to content

Commit 9e9e89a

Browse files
committed
Update scala3-library to 3.3.6
1 parent d5d2305 commit 9e9e89a

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
@@ -5,7 +5,7 @@ lazy val commonSettings = Seq(
55
organizationName := "Evolution",
66
organizationHomepage := Some(url("https://evolution.com")),
77
scalaVersion := crossScalaVersions.value.head,
8-
crossScalaVersions := Seq("2.13.14", "3.3.3"),
8+
crossScalaVersions := Seq("2.13.14", "3.3.6"),
99
Compile / scalacOptions ++= {
1010
if (scalaBinaryVersion.value == "2.13") {
1111
Seq(

0 commit comments

Comments
 (0)