This is an automated email from the ASF dual-hosted git repository.
mdedetrich 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 4d1b4d4d8 Upgrade pekko-streams-circe to 2.0.0-M1
4d1b4d4d8 is described below
commit 4d1b4d4d80b5431798bb9b20b45a09fbc9417ae1
Author: Matthew de Detrich <[email protected]>
AuthorDate: Sun May 10 22:00:41 2026 +0200
Upgrade pekko-streams-circe to 2.0.0-M1
---
build.sbt | 5 +----
project/Dependencies.scala | 2 +-
2 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/build.sbt b/build.sbt
index f4ed5168c..181257fdd 100644
--- a/build.sbt
+++ b/build.sbt
@@ -307,10 +307,7 @@ lazy val ironmq = pekkoConnectorProject(
"ironmq",
"ironmq",
Dependencies.IronMq,
- Test / fork := true,
- // org.mdedetrich libs don't have a release that supports Pekko 2 yet
- // so we need to disable eviction warnings for now
- evictionErrorLevel := Level.Info)
+ Test / fork := true)
lazy val jms = pekkoConnectorProject("jms", "jms", Dependencies.Jms)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 71571f5c1..79af18e00 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -34,7 +34,7 @@ object Dependencies {
// Sync with plugins.sbt
val PekkoGrpcBinaryVersion = "1.1"
val PekkoHttpVersion = PekkoHttpDependency.version
- val PekkoStreamsCirceVersion = "1.1.0"
+ val PekkoStreamsCirceVersion = "2.0.0-M1"
val PekkoHttpBinaryVersion = PekkoHttpDependency.default.link
val ScalaTestVersion = "3.2.20"
val TestContainersScalaTestVersion = "0.44.1"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]