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/incubator-pekko-persistence-cassandra.git
The following commit(s) were added to refs/heads/main by this push:
new f170d7e upgrade pekko deps (#84)
f170d7e is described below
commit f170d7eb53f2b13b742f08d402adc8b9d6dca041
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Aug 14 09:23:13 2023 +0100
upgrade pekko deps (#84)
* upgrade pekko deps
* Update Dependencies.scala
---
project/Dependencies.scala | 4 ++--
project/build.properties | 2 +-
project/plugins.sbt | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index acdc6aa..6f37d47 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -24,10 +24,10 @@ object Dependencies {
val driverVersion = "4.15.0"
val driverVersionInDocs = "4.14"
- val pekkoConnectorsVersion = "0.0.0+140-7d704044-SNAPSHOT"
+ val pekkoConnectorsVersion = "0.0.0+144-703e9cca-SNAPSHOT"
val pekkoConnectorsVersionInDocs = "current"
// for example
- val pekkoManagementVersion = "1.0.0-RC1+1-15f8c323-SNAPSHOT"
+ val pekkoManagementVersion = "1.0.0"
val logback = "ch.qos.logback" % "logback-classic" % "1.2.10"
diff --git a/project/build.properties b/project/build.properties
index 875b706..52413ab 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.9.2
+sbt.version=1.9.3
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 8c93d8e..08026dc 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -15,7 +15,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10")
addSbtPlugin("com.typesafe.sbt" % "sbt-multi-jvm" % "0.4.0")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.10")
-addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.8")
+addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.10")
// Documentation
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]