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/pekko-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new ebafefcbd use latest version of circe (#1275)
ebafefcbd is described below

commit ebafefcbdcdd1c0ce6c7227466e92d7e54f8d1fa
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Nov 8 23:18:24 2025 +0100

    use latest version of circe (#1275)
---
 project/Dependencies.scala | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index d082adedd..51b0bb1b0 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -345,7 +345,8 @@ object Dependencies {
     libraryDependencies ++= Seq(
       "org.apache.pekko" %% "pekko-http" % PekkoHttpVersion,
       "org.mdedetrich" %% "pekko-stream-circe" % PekkoStreamsCirceVersion,
-      "org.mdedetrich" %% "pekko-http-circe" % PekkoStreamsCirceVersion))
+      "org.mdedetrich" %% "pekko-http-circe" % PekkoStreamsCirceVersion,
+      "io.circe" %% "circe-jawn" % "0.14.15"))
 
   val JakartaMs = {
     val artemisVersion = "2.42.0"


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

Reply via email to