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-persistence-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new d4a52b9 Update Slick version from 3.5.1 to 3.5.2 (#339)
d4a52b9 is described below
commit d4a52b9f297532382d773fcba36b1437dfe90db1
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Sep 24 17:29:06 2025 +0100
Update Slick version from 3.5.1 to 3.5.2 (#339)
* Update Slick version from 3.5.1 to 3.5.2
* doc issue
---
build.sbt | 2 +-
project/Dependencies.scala | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/build.sbt b/build.sbt
index 9263067..2c3ab3a 100644
--- a/build.sbt
+++ b/build.sbt
@@ -101,7 +101,7 @@ lazy val docs = project
"extref.github.base_url" ->
s"https://github.com/apache/pekko-persistence-jdbc/blob/${if (isSnapshot.value)
"main"
else "v" + version.value}/%s",
// Slick
- "extref.slick.base_url" ->
s"https://scala-slick.org/doc/${Dependencies.SlickVersion}/%s",
+ "extref.slick.base_url" ->
s"https://scala-slick.org/doc/${Dependencies.SlickDocVersion}/%s",
// Pekko
"extref.pekko.base_url" ->
s"https://pekko.apache.org/docs/pekko/${PekkoCoreDependency.default.link}/%s",
"scaladoc.base_url" ->
"https://pekko.apache.org/api/pekko-persistence-jdbc/current/",
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 5be5cee..ada9121 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -19,7 +19,8 @@ object Dependencies {
val LogbackVersion = "1.5.18"
- val SlickVersion = "3.5.1"
+ val SlickVersion = "3.5.2"
+ val SlickDocVersion = "3.5.1" // Slick 3.5.2 does not have docs published
val ScalaTestVersion = "3.2.19"
val JdbcDrivers = Seq(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]