From 2b02ccb4e6ff0cbf1ba26debc6a29a98b73e4ccf Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 8 Mar 2026 16:43:47 +0000 Subject: [PATCH 1/9] enumeratum 1.7.6 (was 1.7.2) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index eb304e63..f8dccf5d 100644 --- a/build.sbt +++ b/build.sbt @@ -445,7 +445,7 @@ lazy val `anorm-enumeratum` = (project in file("enumeratum")) if (scalaBinaryVersion.value != "3") { Seq( "org.scala-lang.modules" %% "scala-xml" % xmlVer % Test, - "com.beachape" %% "enumeratum" % "1.7.2", + "com.beachape" %% "enumeratum" % "1.7.6", acolyte ) ++ specs2Test } else { From 6331719c0c3a26257c09d31ca8752feb77bbc8ad Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 8 Mar 2026 16:43:53 +0000 Subject: [PATCH 2/9] joda-time 2.14.1 (was 2.14.0) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f8dccf5d..25516f36 100644 --- a/build.sbt +++ b/build.sbt @@ -233,7 +233,7 @@ lazy val `anorm-core` = project } Seq( - "joda-time" % "joda-time" % "2.14.0", + "joda-time" % "joda-time" % "2.14.1", "org.joda" % "joda-convert" % "3.0.1", "org.scala-lang.modules" %% "scala-parser-combinators" % parserCombinatorsVer.value, "org.scala-lang.modules" %% "scala-xml" % xmlVer % Test, From 282e0026d9a67c46b5dfe31e5c2c86dd2245e1fb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 8 Mar 2026 16:43:58 +0000 Subject: [PATCH 3/9] pekko-stream 1.1.5 (was 1.1.4) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 25516f36..abc6c9dc 100644 --- a/build.sbt +++ b/build.sbt @@ -334,7 +334,7 @@ lazy val `anorm-akka` = (project in file("akka")) ) .dependsOn(`anorm-core`) -lazy val pekkoVer = Def.setting[String]("1.1.4") +lazy val pekkoVer = Def.setting[String]("1.1.5") lazy val pekkoEnabled = Def.setting[Boolean] { val v = scalaBinaryVersion.value From 80da8ebba401e7c9aa04e2270ccb8e0b6f678bf3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 8 Mar 2026 16:44:04 +0000 Subject: [PATCH 4/9] jdbc-scala 1.2.10 (was 1.2.9) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index abc6c9dc..02dede42 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ val specs2Test = Seq( ).map("org.specs2" %% _ % "4.10.6" % Test cross (CrossVersion.for3Use2_13)) .map(_.exclude("org.scala-lang.modules", "*")) -lazy val acolyte = "org.eu.acolyte" %% "jdbc-scala" % "1.2.9" % Test +lazy val acolyte = "org.eu.acolyte" %% "jdbc-scala" % "1.2.10" % Test // Licensing import sbtheader.HeaderPlugin.autoImport.HeaderPattern.commentBetween From 22497ac847deef10b75d7f967ed3e40f6ca0a48f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 8 Mar 2026 16:44:09 +0000 Subject: [PATCH 5/9] postgresql 42.7.10 (was 42.7.7) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 02dede42..0650e405 100644 --- a/build.sbt +++ b/build.sbt @@ -406,7 +406,7 @@ lazy val `anorm-pekko` = (project in file("pekko")) // --- -lazy val pgVer = sys.env.get("POSTGRES_VERSION").getOrElse("42.7.7") +lazy val pgVer = sys.env.get("POSTGRES_VERSION").getOrElse("42.7.10") lazy val `anorm-postgres` = (project in file("postgres")) .settings( From b8e85f07c65a453a11adf8e3031d07f7fc76525a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 8 Mar 2026 16:44:14 +0000 Subject: [PATCH 6/9] scala-library 2.12.21 (was 2.12.20) --- project/Common.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Common.scala b/project/Common.scala index bfedefe4..6af6ef65 100644 --- a/project/Common.scala +++ b/project/Common.scala @@ -17,7 +17,7 @@ object Common extends AutoPlugin { override def projectSettings = Seq( organization := "org.playframework.anorm", - scalaVersion := "2.12.20", + scalaVersion := "2.12.21", crossScalaVersions := Seq(scalaVersion.value, "2.13.18", "3.3.7"), Compile / unmanagedSourceDirectories ++= { val sv = scalaVersion.value From af0fc310c80018d4574a0824192862822bf38c39 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 8 Mar 2026 16:44:17 +0000 Subject: [PATCH 7/9] sbt 1.12.5 (was 1.12.4) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index bda57bb3..1b2258c3 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,3 +1,3 @@ # Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. -sbt.version=1.12.4 +sbt.version=1.12.5 From 9eefb5c14d32ddbb6fb4e5632096a9fd467ddbec Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 8 Mar 2026 16:44:21 +0000 Subject: [PATCH 8/9] sbt-scalafmt 2.5.6 (was 2.5.5) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9ba6910e..367e9468 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,7 +14,7 @@ addSbtPlugin("cchantep" % "sbt-scaladoc-compiler" % "0.2") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.6") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") From 567af9e9b0e35d11fdca8195ece81254303daa85 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 8 Mar 2026 16:44:24 +0000 Subject: [PATCH 9/9] scalafmt-core 3.9.10 (was 3.9.8) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 0716901e..b46de1aa 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.9.8 +version = 3.9.10 runner.dialect = Scala213Source3 project.layout = StandardConvention