From 73a9338f485f3bfa83605461311b7787c92e3e9e Mon Sep 17 00:00:00 2001 From: "nmcb-scala-steward[bot]" <157481287+nmcb-scala-steward[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 06:03:43 +0000 Subject: [PATCH] Update scala3-library to 3.5.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c044434..c2b4229 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.5.0" +val ScalaVersion = "3.5.1" def common: Seq[Setting[_]] = Seq( organization := OrganisationName