We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f34300 commit 1131bb1Copy full SHA for 1131bb1
build.sbt
@@ -28,7 +28,7 @@ val activeMqVersion = "5.16.1"
28
libraryDependencies ++= Seq(
29
"org.apache.activemq" % "activemq-broker" % activeMqVersion,
30
"org.apache.activemq" % "activemq-client" % activeMqVersion,
31
- "org.scalatest" %% "scalatest" % "3.2.3" % Test,
+ "org.scalatest" %% "scalatest" % "3.2.4" % Test,
32
"org.testng" % "testng" % "7.3.0" % Test,
33
"com.google.guava" % "guava" % "30.1-jre" % Test,
34
"ch.qos.logback" % "logback-classic" % "1.2.3" % Test,
0 commit comments