Skip to content

Commit 30d9568

Browse files
authored
Merge pull request sbt#320 from scala-steward/update/scala3-library-3.7.3
Update scala3-library to 3.7.3
2 parents 1485125 + 95b6c34 commit 30d9568

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
@@ -8,7 +8,7 @@ homepage := scmInfo.value map (_.browseUrl)
88
scmInfo := Some(ScmInfo(url("https://github.com/sbt/sbt-git"), "scm:git:[email protected]:sbt/sbt-git.git"))
99

1010
lazy val scala212 = "2.12.20"
11-
lazy val scala3 = "3.7.2"
11+
lazy val scala3 = "3.7.3"
1212

1313
crossScalaVersions := Seq(scala212, scala3)
1414

0 commit comments

Comments
 (0)