Skip to content

Commit

Permalink
Merge pull request #119 from scala-steward/update/azure-messaging-ser…
Browse files Browse the repository at this point in the history
…vicebus-7.17.7

Update azure-messaging-servicebus to 7.17.7
  • Loading branch information
satabin authored Dec 9, 2024
2 parents 5a3c6bd + af3f428 commit ed675aa
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 @@ -137,7 +137,7 @@ lazy val azureServiceBus = crossProject(JVMPlatform)
.settings(
name := "fs2-queues-azure-service-bus",
libraryDependencies ++= List(
"com.azure" % "azure-messaging-servicebus" % "7.17.5"
"com.azure" % "azure-messaging-servicebus" % "7.17.7"
)
)
.dependsOn(core, testkit % Test)
Expand Down

0 comments on commit ed675aa

Please sign in to comment.