From e7c35d69d38d8f8034c59b67517f1cc82e629a80 Mon Sep 17 00:00:00 2001 From: "nmcb-scala-steward[bot]" <157481287+nmcb-scala-steward[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 06:45:02 +0000 Subject: [PATCH] Update scala3-library to 3.8.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4522ad6..e75ac39 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.8.1" +val ScalaVersion = "3.8.2" def common: Seq[Setting[_]] = Seq( organization := OrganisationName