From 8d87719918dd516d0194d4caa18f81bbe8973167 Mon Sep 17 00:00:00 2001 From: Hyperledger Bot Date: Fri, 1 Aug 2025 20:04:54 +0000 Subject: [PATCH] Update scala3-library, ... to 3.7.2 in main Signed-off-by: Hyperledger Bot --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 83a3c0cc..e2f9d767 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ resolvers ++= Resolver.sonatypeOssRepos("snapshots") inThisBuild( Seq( - scalaVersion := "3.6.4", // Also update docs/publishWebsite.sh and any ref to scala-3.6.3 + scalaVersion := "3.7.2", // Also update docs/publishWebsite.sh and any ref to scala-3.6.3 versionScheme := Some("semver-spec"), // https://www.scala-sbt.org/1.x/docs/Publishing.html#Version+scheme ) )