Skip to content

Commit 03b8381

Browse files
Update scala3-library to 3.7.2 (#1564)
1 parent e53f60c commit 03b8381

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
@@ -102,7 +102,7 @@ def haltOnCmdResultError(result: Int): Unit = if (result != 0) { throw new Excep
102102

103103
lazy val commonSettings = Seq(
104104
organization := "com.softwaremill.bootzooka",
105-
scalaVersion := "3.7.1",
105+
scalaVersion := "3.7.2",
106106
// version
107107
git.formattedShaVersion := {
108108
val base = git.baseVersion.?.value

0 commit comments

Comments
 (0)