Skip to content

Commit c0f5bd1

Browse files
committed
update scala 3.2 to 3.3
1 parent f0401d4 commit c0f5bd1

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
@@ -18,7 +18,7 @@ lazy val commonSettings = Seq(
1818
organizationName := "Evolution",
1919
organizationHomepage := Some(url("http://evolution.com")),
2020
scalaVersion := crossScalaVersions.value.head,
21-
crossScalaVersions := Seq("2.13.8", "3.2.0", "2.12.16"),
21+
crossScalaVersions := Seq("2.13.8", "3.3.0", "2.12.16"),
2222
publishTo := Some(Resolver.evolutionReleases),
2323
licenses := Seq(("MIT", url("https://opensource.org/licenses/MIT"))),
2424
releaseCrossBuild := true,

0 commit comments

Comments
 (0)