Skip to content

Commit f7b4d48

Browse files
committed
Update scala3-library to 3.8.4
1 parent e9b9be0 commit f7b4d48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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:git@github.com:sbt/sbt-git.git"))
99

1010
lazy val scala212 = "2.12.21"
11-
lazy val scala3 = "3.8.3"
11+
lazy val scala3 = "3.8.4"
1212

1313
crossScalaVersions := Seq(scala212, scala3)
1414

0 commit comments

Comments
 (0)