Skip to content

Commit

Permalink
Update Scala 3.3 to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
noelwelsh committed Nov 30, 2023
1 parent f6dd390 commit 7f3b993
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 @@ -34,7 +34,7 @@ ThisBuild / developers := List(
// true by default, set to false to publish to s01.oss.sonatype.org
ThisBuild / tlSonatypeUseLegacyHost := true

lazy val scala3 = "3.3.0"
lazy val scala3 = "3.3.1"

ThisBuild / crossScalaVersions := List(scala3)
ThisBuild / scalaVersion := scala3
Expand Down

0 comments on commit 7f3b993

Please sign in to comment.