Skip to content

Commit

Permalink
switch to scala 3.3.3 (LTS)
Browse files Browse the repository at this point in the history
  • Loading branch information
cornerman committed Jun 8, 2024
1 parent 3326011 commit 6f475b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ inThisBuild(Seq(

scalaVersion := "2.12.19",

crossScalaVersions := Seq("2.12.19", "2.13.14", "3.4.1"),
crossScalaVersions := Seq("2.12.19", "2.13.14", "3.3.3"),

licenses := Seq("MIT License" -> url("https://opensource.org/licenses/MIT")),

Expand Down

0 comments on commit 6f475b3

Please sign in to comment.