Skip to content

Commit

Permalink
feat: Support Scala 2.12.20 and 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnnei committed Sep 12, 2024
1 parent 54f98ad commit 79ddea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ developers := List(
)
)

scalaVersion := "3.4.2"
crossScalaVersions := Seq("2.12.18", "2.12.19", "2.13.13", "2.13.14", "3.3.3", "3.4.2")
scalaVersion := "3.5.0"
crossScalaVersions := Seq("2.12.19", "2.12.20", "2.13.13", "2.13.14", "3.3.3", "3.5.0")
autoScalaLibrary := false
crossVersion := CrossVersion.full
crossTarget := {
Expand Down

0 comments on commit 79ddea4

Please sign in to comment.