From 7c41b90b8acd78a51d6e6b65e5f5b9b29ce2ced7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 2 Aug 2025 16:51:06 +0000 Subject: [PATCH] Update scala3-library to 3.7.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 00ecc3b..1dea740 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ val gitHubOwner = "fthomas" val Scala_2_12 = "2.12.20" val Scala_2_13 = "2.13.16" -val Scala_3 = "3.7.1" +val Scala_3 = "3.7.2" val moduleCrossPlatformMatrix = Map( "cats" -> List(JVMPlatform),