From 8497434e88bdc613f680a365a5585563dde9fba7 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 12:29:03 +0000 Subject: [PATCH] Update scala3-library_sjs1_3 to 3.9.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ff0aee4..ffbda8c 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ val Scala212 = "2.12.21" val Scala213 = "2.13.18" -val Scala3 = "3.3.8" +val Scala3 = "3.9.0" ThisBuild / organization := "org.typelevel" ThisBuild / organizationName := "Typelevel"