This is an automated email from the ASF dual-hosted git repository.

pjfanning pushed a commit to branch 1.3.x
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git


The following commit(s) were added to refs/heads/1.3.x by this push:
     new 6f5b2112 upgrade sbt and config dependency
6f5b2112 is described below

commit 6f5b211271fa83e7e8da25f24e6e2523899ac3f1
Author: PJ Fanning <[email protected]>
AuthorDate: Sat May 16 16:46:12 2026 +0100

    upgrade sbt and config dependency
---
 project/Dependencies.scala | 2 +-
 project/build.properties   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 660f403f..06c566ae 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -38,7 +38,7 @@ object Dependencies {
     "org.scalatest" %% "scalatest" % ScalaTestVersion % Test) ++ 
JdbcDrivers.map(_ % Test)
 
   val Migration: Seq[ModuleID] = Seq(
-    "com.typesafe" % "config" % "1.4.5",
+    "com.typesafe" % "config" % "1.4.8",
     "ch.qos.logback" % "logback-classic" % LogbackVersion,
     "org.testcontainers" % "postgresql" % "1.21.3" % Test,
     "org.scalatest" %% "scalatest" % ScalaTestVersion % Test) ++ 
JdbcDrivers.map(_ % Provided)
diff --git a/project/build.properties b/project/build.properties
index 93bcb312..37711373 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -14,5 +14,5 @@
 # limitations under the License.
 #
 
-sbt.version=1.11.6
+sbt.version=1.12.11
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to