From 27d4ce0da829a7b71c5ea99acf965219ea74fc17 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 3 Dec 2023 17:15:22 +0000 Subject: [PATCH] Update activemq-broker, activemq-pool to 6.0.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4842238..11ccf2f 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ ThisBuild / githubWorkflowBuild ++= Seq( ) val Versions = new { - val ActiveMq = "5.18.3" + val ActiveMq = "6.0.1" val CatsEffect = "3.5.2" val Circe = "0.14.6" val Fs2 = "3.9.3"