Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

then we should exclude if from pekko-http-circe

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this works fine as is - sbt and most proper build tools can choose the use the most recent version if there is a conflict


val JakartaMs = {
val artemisVersion = "2.42.0"
Expand Down