Skip to content

Commit

Permalink
scalatest 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis committed Feb 19, 2021
1 parent 4f34300 commit 1131bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ val activeMqVersion = "5.16.1"
libraryDependencies ++= Seq(
"org.apache.activemq" % "activemq-broker" % activeMqVersion,
"org.apache.activemq" % "activemq-client" % activeMqVersion,
"org.scalatest" %% "scalatest" % "3.2.3" % Test,
"org.scalatest" %% "scalatest" % "3.2.4" % Test,
"org.testng" % "testng" % "7.3.0" % Test,
"com.google.guava" % "guava" % "30.1-jre" % Test,
"ch.qos.logback" % "logback-classic" % "1.2.3" % Test,
Expand Down

0 comments on commit 1131bb1

Please sign in to comment.