Skip to content

Commit 1131bb1

Browse files
committed
scalatest 3.2.4
1 parent 4f34300 commit 1131bb1

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
@@ -28,7 +28,7 @@ val activeMqVersion = "5.16.1"
2828
libraryDependencies ++= Seq(
2929
"org.apache.activemq" % "activemq-broker" % activeMqVersion,
3030
"org.apache.activemq" % "activemq-client" % activeMqVersion,
31-
"org.scalatest" %% "scalatest" % "3.2.3" % Test,
31+
"org.scalatest" %% "scalatest" % "3.2.4" % Test,
3232
"org.testng" % "testng" % "7.3.0" % Test,
3333
"com.google.guava" % "guava" % "30.1-jre" % Test,
3434
"ch.qos.logback" % "logback-classic" % "1.2.3" % Test,

0 commit comments

Comments
 (0)