Skip to content

Commit

Permalink
amqp-client: 5.23.0 -> 5.24.0 (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
earldouglas authored Dec 20, 2024
1 parent 2b7bf43 commit 39307d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ lazy val adaptors_with_zio =
project
.in(file("modules/4-adaptors-with-zio"))
.settings(
libraryDependencies += "com.rabbitmq" % "amqp-client" % "5.23.0",
libraryDependencies += "com.rabbitmq" % "amqp-client" % "5.24.0",
libraryDependencies += "dev.zio" %% "zio" % zioVersion,
libraryDependencies += "dev.zio" %% "zio-json" % zioJsonVersion exclude (
"dev.zio",
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ in
pname = "sectery";
version = "1.0.0";

depsSha256 = "sha256-u73dqmVPORGPi9IzHHZkI9pHwwSJT3bcslhA+W37MjU=";
depsSha256 = "sha256-uM2ueGAWvExrKYSXh2SpiMFwvLgXpz2EJRaHthw+rok=";

src = ./.;

Expand Down

0 comments on commit 39307d5

Please sign in to comment.