Skip to content

Commit

Permalink
Update to latest Scala
Browse files Browse the repository at this point in the history
This is so we can use named tuples to describe forms.
  • Loading branch information
noelwelsh committed Jan 29, 2025
1 parent bdd626e commit 906d103
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(

ThisBuild / sonatypeCredentialHost := xerial.sbt.Sonatype.sonatypeLegacy

lazy val scala3 = "3.3.4"
lazy val scala3 = "3.6.3"

ThisBuild / crossScalaVersions := List(scala3)
ThisBuild / githubWorkflowJavaVersions := List(JavaSpec.temurin("11"))
Expand Down

0 comments on commit 906d103

Please sign in to comment.