From d0fd2fd527a81c79e672727b9c5c43ff5d100b55 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 4 Sep 2026 19:41:34 +0000 Subject: [PATCH] Update scala3-library to 3.9.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 15ce094..7d10889 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ ThisBuild / semanticdbEnabled := true -lazy val scalaV = "3.8.4" +lazy val scalaV = "3.9.0" ThisBuild / scalaVersion := scalaV // sbt-native-packager (pulled in by GraalVMNativeImagePlugin) defines settings for the Debian,