pjfanning commented on code in PR #1275:
URL: https://github.com/apache/pekko-connectors/pull/1275#discussion_r2465946814
##########
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"))
Review Comment:
this works fine as is - sbt and most proper build tools can choose the use
the most recent version if there is a conflict
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]