We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 216775b commit 9e18551Copy full SHA for 9e18551
build.sbt
@@ -25,7 +25,7 @@ val activeMqVersion = "5.18.6"
25
libraryDependencies ++= Seq(
26
"org.apache.activemq" % "activemq-broker" % activeMqVersion,
27
"org.apache.activemq" % "activemq-client" % activeMqVersion,
28
- "org.scalatest" %% "scalatest" % "3.2.19" % Test,
+ "org.scalatest" %% "scalatest" % "3.2.20" % Test,
29
"org.testng" % "testng" % "7.11.0" % Test,
30
"com.google.guava" % "guava" % "33.5.0-jre" % Test,
31
"ch.qos.logback" % "logback-classic" % "1.5.32" % Test,
0 commit comments