Skip to content

Commit 9e18551

Browse files
Update scalatest to 3.2.20 (#360)
1 parent 216775b commit 9e18551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ val activeMqVersion = "5.18.6"
2525
libraryDependencies ++= Seq(
2626
"org.apache.activemq" % "activemq-broker" % activeMqVersion,
2727
"org.apache.activemq" % "activemq-client" % activeMqVersion,
28-
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
28+
"org.scalatest" %% "scalatest" % "3.2.20" % Test,
2929
"org.testng" % "testng" % "7.11.0" % Test,
3030
"com.google.guava" % "guava" % "33.5.0-jre" % Test,
3131
"ch.qos.logback" % "logback-classic" % "1.5.32" % Test,

0 commit comments

Comments
 (0)