Skip to content

Commit

Permalink
amqp-client: 5.20.0 -> 5.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
earldouglas committed May 4, 2024
1 parent 4a3280a commit 4b95f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lazy val shared =
libraryDependencies += "dev.zio" %% "zio-logging" % zioLoggingVersion exclude ("dev.zio", "zio"),
libraryDependencies += "dev.zio" %% "zio" % zioVersion,
libraryDependencies += "dev.zio" %% "zio-json" % zioJsonVersion exclude ("dev.zio", "zio"),
libraryDependencies += "com.rabbitmq" % "amqp-client" % "5.20.0"
libraryDependencies += "com.rabbitmq" % "amqp-client" % "5.21.0"
)

lazy val irc =
Expand Down

0 comments on commit 4b95f67

Please sign in to comment.