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 8714f01 scala3 build still failing (#87)
8714f01 is described below
commit 8714f01e0d1ed879ce5ff2b573000aa97234e086
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Aug 21 09:03:55 2023 +0100
scala3 build still failing (#87)
* scala3 build still failing
* Update Dependencies.scala
---
project/Common.scala | 2 +-
project/Dependencies.scala | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/project/Common.scala b/project/Common.scala
index 159667e..52d3ae8 100644
--- a/project/Common.scala
+++ b/project/Common.scala
@@ -59,7 +59,7 @@ object Common extends AutoPlugin {
"-doc-canonical-base-url",
"https://pekko.apache.org/api/pekko-persistence-cassandra/current/") ++ {
// for some reason Scaladoc creates this
- if (scalaBinaryVersion == "3")
+ if (scalaBinaryVersion.value == "3")
List("-skip-packages:org.apache.pekko.pattern")
else
List("-skip-packages", "org.apache.pekko.pattern")
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 6680a33..56ab6a9 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -24,7 +24,7 @@ object Dependencies {
val driverVersion = "4.15.0"
val driverVersionInDocs = "4.14"
- val pekkoConnectorsVersion = "0.0.0+172-784827a8-SNAPSHOT"
+ val pekkoConnectorsVersion = "0.0.0+173-c12dde2b-SNAPSHOT"
val pekkoConnectorsVersionInDocs = "current"
// for example
val pekkoManagementVersion = "1.0.0"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]