From 04e9710d3a2c99cf5fb55bdf595cb4c42d40d740 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 30 Jun 2026 17:13:17 +0000 Subject: [PATCH] Update scala3-library to 3.8.4 Signed-off-by: Scala Steward --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 86b27e8..0ef58af 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).settings( inThisBuild( List( organization := "com.example", - scalaVersion := "3.8.2", + scalaVersion := "3.8.4", version := "0.2.1-snapshot" // semanticdbEnabled := true, // semanticdbVersion := scalafixSemanticdb.revision