From 222b8efd42281c16cffa4a7a51acdecc2cead3ef Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 13 Apr 2026 13:29:45 +0000 Subject: [PATCH 1/3] Update scala-library to 2.12.21 --- sbtgen/Deps.scala | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sbtgen/Deps.scala b/sbtgen/Deps.scala index 4429c03902..2edec6aa7e 100644 --- a/sbtgen/Deps.scala +++ b/sbtgen/Deps.scala @@ -170,7 +170,7 @@ object Izumi { import Deps._ // DON'T REMOVE, these variables are read from CI build (build.sh) - final val scala212 = ScalaVersion("2.12.20") + final val scala212 = ScalaVersion("2.12.21") final val scala213 = ScalaVersion("2.13.16") final val scala300 = ScalaVersion("3.7.4") @@ -219,13 +219,13 @@ object Izumi { object Projects { final val plugins = Plugins( - Seq(Plugin("SitePreviewPlugin")), + Seq(Plugin("SitePreviewPlugin")) ) object root { final val id = ArtifactId("izumi") final val plugins = Plugins( - enabled = Seq(Plugin("SbtgenVerificationPlugin")), + enabled = Seq(Plugin("SbtgenVerificationPlugin")) ) final val outOfSource = Seq( @@ -330,7 +330,7 @@ object Izumi { "scalacOptions" ++= Seq( SettingKey(Some(scala212), None) := (Seq[Const]("-Wconf:any:error") ++ Defaults.Scala212Options ++ scala2Wconf) - .filterNot(_ == ("-Ywarn-unused:_": Const)), + .filterNot(_ == ("-Ywarn-unused:_": Const)), SettingKey(Some(scala213), None) := (Seq[Const]("-Wconf:any:error") ++ Defaults.Scala213Options ++ Seq[Const]("-Wunused:-synthetics")).filterNot(_ == ("-Xsource:3-cross": Const)) ++ scala2Wconf, SettingKey(Some(scala300), None) := @@ -513,7 +513,7 @@ object Izumi { izumi_reflect in Scope.Compile.all, scala_reflect, fast_classpath_scanner in Scope.Provided.all, - scalajs_macrotask_executor in Scope.Compile.js + scalajs_macrotask_executor in Scope.Compile.js, ), depends = Seq( Projects.fundamentals.functional, @@ -668,7 +668,7 @@ object Izumi { name = Projects.distage.extensionLogstage, libs = Seq( cats_effect in Scope.Test.all, - zio_core in Scope.Test.all + zio_core in Scope.Test.all, ), depends = Seq(Projects.distage.config, Projects.distage.coreApi).map(_ in Scope.Compile.all) ++ Seq(Projects.distage.core).map(_ in Scope.Test.all) ++ From 2506f1668ce1258f9129dfb2b440e7e92e793aee Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 13 Apr 2026 13:29:52 +0000 Subject: [PATCH 2/3] Update scala-library to 2.13.18 --- sbtgen/Deps.scala | 2 +- sbtgen/project.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sbtgen/Deps.scala b/sbtgen/Deps.scala index 2edec6aa7e..da479ee4f0 100644 --- a/sbtgen/Deps.scala +++ b/sbtgen/Deps.scala @@ -171,7 +171,7 @@ object Izumi { // DON'T REMOVE, these variables are read from CI build (build.sh) final val scala212 = ScalaVersion("2.12.21") - final val scala213 = ScalaVersion("2.13.16") + final val scala213 = ScalaVersion("2.13.18") final val scala300 = ScalaVersion("3.7.4") object Groups { diff --git a/sbtgen/project.scala b/sbtgen/project.scala index 7af1a2a1f2..f37f746d60 100644 --- a/sbtgen/project.scala +++ b/sbtgen/project.scala @@ -1,2 +1,2 @@ -//> using scala 2.13.16 +//> using scala 2.13.18 //> using dep io.7mind.izumi.sbt::sbtgen:0.0.112 From 06c958c771935021715cb8d0bbc70de069713498 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 13 Apr 2026 13:29:58 +0000 Subject: [PATCH 3/3] Update sbt-scoverage to 2.4.4 --- project/project/PluginVersions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/project/PluginVersions.scala b/project/project/PluginVersions.scala index 6770b44f41..6ffc2adaf3 100644 --- a/project/project/PluginVersions.scala +++ b/project/project/PluginVersions.scala @@ -7,7 +7,7 @@ object PV { val sbt_ghpages = "0.8.0" val sbt_site = "1.7.0" val sbt_unidoc = "0.6.0" - val sbt_scoverage = "2.3.1" + val sbt_scoverage = "2.4.4" val sbt_pgp = "2.3.1" val sbt_assembly = "0.14.9" }