From 40555c8464402df3a6c3bc78205c9aaa11b4d236 Mon Sep 17 00:00:00 2001 From: "gitbucket-bot[bot]" <256891351+gitbucket-bot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 17:59:49 +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 72f70b1db..5bd326c4e 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ name := Name version := GitBucketVersion scalaVersion := "2.13.18" -crossScalaVersions += "3.8.1" +crossScalaVersions += "3.8.2" // scalafmtOnCompile := true