From 7b5c6d560eb7a81f0f6940e407601f84656c68cf Mon Sep 17 00:00:00 2001 From: Hyperledger Bot Date: Tue, 1 Jul 2025 20:10:51 +0000 Subject: [PATCH] Update scala3-library, ... to 3.7.1 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..2e8af457 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.1", // 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 ) )