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 88d6374 Update scala-collection-compat to 2.11.0 (#157)
88d6374 is described below
commit 88d63747eda4155b4406b2e11682b255b4b01dab
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 12 21:08:56 2024 +0100
Update scala-collection-compat to 2.11.0 (#157)
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
Co-authored-by: PJ Fanning <[email protected]>
---
project/Dependencies.scala | 1 +
1 file changed, 1 insertion(+)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 082ef2d..bb1fda4 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -56,6 +56,7 @@ object Dependencies {
"org.apache.cassandra" % "java-driver-core" % driverVersion,
"io.netty" % "netty-handler" % nettyVersion,
logback % Test,
+ "org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0" % Test,
"org.scala-lang.modules" %% "scala-collection-compat" % "2.7.0" % Test,
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
"org.pegdown" % "pegdown" % "1.6.0" % Test,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]