This is an automated email from the ASF dual-hosted git repository.

engelen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new 35d023010 Remove scala-collection-compat from test dependencies (#1225)
35d023010 is described below

commit 35d02301028ec2bc17458f76f9a01345ff0eb203
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Sep 28 10:14:17 2025 +0100

    Remove scala-collection-compat from test dependencies (#1225)
    
    Removed scala-collection-compat dependency from testkit.
---
 project/Dependencies.scala | 1 -
 1 file changed, 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 84ca2396d..66d03fd57 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -89,7 +89,6 @@ object Dependencies {
 
   val testkit = Seq(
     libraryDependencies := Seq(
-      "org.scala-lang.modules" %% "scala-collection-compat" % "2.10.0",
       "org.apache.pekko" %% "pekko-stream" % PekkoVersion,
       "org.apache.pekko" %% "pekko-stream-testkit" % PekkoVersion,
       "org.apache.pekko" %% "pekko-slf4j" % PekkoVersion,


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to