Skip to content

Commit

Permalink
Updated scala versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi committed Apr 21, 2024
1 parent ef09331 commit c4c5778
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 @@ -9,8 +9,8 @@ ThisBuild / developers := List(
)
ThisBuild / tlSonatypeUseLegacyHost := false

val Scala213 = "2.13.10"
ThisBuild / crossScalaVersions := Seq(Scala213, "3.2.2")
val Scala213 = "2.13.12"
ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.3")
ThisBuild / scalaVersion := Scala213
ThisBuild / githubWorkflowOSes :=
Seq("ubuntu-20.04", "ubuntu-22.04", "macos-11", "macos-12", "windows-2022")
Expand Down

0 comments on commit c4c5778

Please sign in to comment.