Skip to content

Commit

Permalink
Update scala3-library to 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 22, 2025
1 parent 4122948 commit 27e84e0
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 @@ -9,7 +9,7 @@ homepage := scmInfo.value map (_.browseUrl)
scmInfo := Some(ScmInfo(url("https://github.com/sbt/sbt-git"), "scm:git:[email protected]:sbt/sbt-git.git"))

lazy val scala212 = "2.12.20"
lazy val scala3 = "3.6.2"
lazy val scala3 = "3.6.3"

crossScalaVersions := Seq(scala212, scala3)

Expand Down

0 comments on commit 27e84e0

Please sign in to comment.