From fc29dcca71d68f0a47dfe4769c5fef00fa27f2e4 Mon Sep 17 00:00:00 2001 From: "nmcb-scala-steward[bot]" <157481287+nmcb-scala-steward[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 06:01:15 +0000 Subject: [PATCH] Update scala3-library to 3.7.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 06b9387..21db692 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ val ProjectName = "stutter" val OrganisationName = "splatter" val ProjectVersion = "0.1.0" -val ScalaVersion = "3.6.4" +val ScalaVersion = "3.7.0" def common: Seq[Setting[_]] = Seq( organization := OrganisationName