Skip to content

Commit

Permalink
Update Pekko Stream Circe to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Sep 12, 2024
1 parent 67d9adf commit 3b4c602
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ object Dependencies {
// Sync with plugins.sbt
val PekkoGrpcBinaryVersion = "1.1"
val PekkoHttpVersion = PekkoHttpDependency.version
val PekkoStreamsCirceVersion = "1.1.0"
val PekkoHttpBinaryVersion = "1.0"
val ScalaTestVersion = "3.2.19"
val TestContainersScalaTestVersion = "0.41.4"
Expand Down Expand Up @@ -359,8 +360,8 @@ object Dependencies {
val IronMq = Seq(
libraryDependencies ++= Seq(
"org.apache.pekko" %% "pekko-http" % PekkoHttpVersion,
"org.mdedetrich" %% "pekko-stream-circe" % "1.0.0",
"org.mdedetrich" %% "pekko-http-circe" % "1.0.0"))
"org.mdedetrich" %% "pekko-stream-circe" % PekkoStreamsCirceVersion,
"org.mdedetrich" %% "pekko-http-circe" % PekkoStreamsCirceVersion))

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

0 comments on commit 3b4c602

Please sign in to comment.