Skip to content

Commit

Permalink
Merge pull request #154 from Dwolla/update/scala-library-2.13.16
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.16
  • Loading branch information
mergify[bot] authored Jan 24, 2025
2 parents eeb3f95 + 932b90e commit 6fcf6cc
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 @@ -11,7 +11,7 @@ ThisBuild / developers := List(
ThisBuild / tlSonatypeUseLegacyHost := true

val Scala3 = "3.3.4"
ThisBuild / crossScalaVersions := Seq(Scala3, "2.13.15", "2.12.20")
ThisBuild / crossScalaVersions := Seq(Scala3, "2.13.16", "2.12.20")
ThisBuild / scalaVersion := Scala3 // the default Scala
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17"))
ThisBuild / githubWorkflowScalaVersions := Seq("3", "2.13", "2.12")
Expand Down

0 comments on commit 6fcf6cc

Please sign in to comment.