Skip to content

Commit 3fe9430

Browse files
authored
Merge pull request sbt#281 from scala-steward/update/scala3-library-3.6.3
Update scala3-library to 3.6.3
2 parents c54f7b2 + 27e84e0 commit 3fe9430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage := scmInfo.value map (_.browseUrl)
99
scmInfo := Some(ScmInfo(url("https://github.com/sbt/sbt-git"), "scm:git:[email protected]:sbt/sbt-git.git"))
1010

1111
lazy val scala212 = "2.12.20"
12-
lazy val scala3 = "3.6.2"
12+
lazy val scala3 = "3.6.3"
1313

1414
crossScalaVersions := Seq(scala212, scala3)
1515

0 commit comments

Comments
 (0)