From 9f425a5965c5db90cfe1ac867be04a94e395f6eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 15:34:11 +0000 Subject: [PATCH] Bump org.scala-lang:scala3-library_3 from 3.8.4 to 3.9.0 Bumps [org.scala-lang:scala3-library_3](https://github.com/scala/scala3) from 3.8.4 to 3.9.0. - [Release notes](https://github.com/scala/scala3/releases) - [Commits](https://github.com/scala/scala3/compare/3.8.4...3.9.0) --- updated-dependencies: - dependency-name: org.scala-lang:scala3-library_3 dependency-version: 3.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 844ae5342a..9c0ce4516c 100644 --- a/build.sbt +++ b/build.sbt @@ -170,7 +170,7 @@ lazy val `waves-node` = (project in file(".")) inScope(Global)( Seq( - scalaVersion := "3.8.4", + scalaVersion := "3.9.0", organization := "com.wavesplatform", organizationName := "Waves Platform", organizationHomepage := Some(url("https://wavesplatform.com")),