This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch update/scala-collection-compat-2.11.0
in repository
https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-cassandra.git
commit 4b1df7350fea1f6cd9c18acd4f21ecd386ab36f5
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 12 18:56:59 2024 +0000
Update scala-collection-compat to 2.11.0
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index a412c10..50c0788 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -56,7 +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.7.0" % Test,
+ "org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0" % Test,
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
"org.pegdown" % "pegdown" % "1.6.0" % Test,
"org.osgi" % "org.osgi.core" % "5.0.0" % Provided) ++ pekkoTestDeps.map(_
% pekkoVersion % Test)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]