Skip to content

Commit

Permalink
Update scala3-library to 3.3.5 (#3298)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 4, 2025
1 parent 1a7a2bc commit 39f38bc
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 @@ -16,7 +16,7 @@ def isRelease = releaseVersion != ""
def githubRunNumber = sys.env.getOrElse("GITHUB_RUN_NUMBER", "local")

val scala2Versions = Seq("2.12.20", "2.13.16")
val scalaAllVersions = scala2Versions :+ "3.3.4"
val scalaAllVersions = scala2Versions :+ "3.3.5"

lazy val commonScalaVersionSettings = Seq(
scalaVersion := "2.12.20",
Expand Down

0 comments on commit 39f38bc

Please sign in to comment.