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

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-projection.git


The following commit(s) were added to refs/heads/main by this push:
     new b8ab942  Upgrade Slick dependency from 3.5.1 to 3.6.1 (#313)
b8ab942 is described below

commit b8ab942fd631b63d47dcdc4cba4bcd25e4913b42
Author: PJ Fanning <pjfann...@users.noreply.github.com>
AuthorDate: Sun Sep 28 08:57:24 2025 +0100

    Upgrade Slick dependency from 3.5.1 to 3.6.1 (#313)
    
    * Upgrade Slick dependency from 3.5.1 to 3.5.2
    
    * Upgrade Slick dependency to version 3.6.1
    
    Updated Slick dependency version from 3.5.2 to 3.6.1.
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index f3ddcea..f0fa78c 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -28,7 +28,7 @@ object Dependencies {
     val pekkoPersistenceCassandra = "1.1.0"
     val connectors = PekkoConnectorsDependency.version
     val connectorsKafka = PekkoConnectorsKafkaDependency.version
-    val slick = "3.5.1"
+    val slick = "3.6.1"
     val scalaTest = "3.2.19"
     val testContainers = "1.21.3"
     val junit = "4.13.2"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pekko.apache.org
For additional commands, e-mail: commits-h...@pekko.apache.org

Reply via email to