Skip to content

Commit

Permalink
Update scala3-library to 3.3.4 (#3168)
Browse files Browse the repository at this point in the history
Co-authored-by: Philippus Baalman <philippus@gmail.com>
  • Loading branch information
scala-steward and Philippus authored Sep 29, 2024
1 parent 20f57a7 commit 4414efe
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.15")
val scalaAllVersions = scala2Versions :+ "3.3.3"
val scalaAllVersions = scala2Versions :+ "3.3.4"

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

0 comments on commit 4414efe

Please sign in to comment.