From 6b78fe1ea1341174b990a66541b979c327d3cd9c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 12 Dec 2020 07:11:37 +0100 Subject: [PATCH] Update scalatest to 3.3.0-SNAP3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d4da680..7eb1af6 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ libraryDependencies ++= { "com.typesafe.akka" %% "akka-stream-testkit" % akkaV % Test, "com.typesafe.akka" %% "akka-http" % akkaHttpV, "com.typesafe.akka" %% "akka-http-testkit" % akkaHttpV % Test, - "org.scalatest" %% "scalatest" % "3.3.0-SNAP2" % Test, + "org.scalatest" %% "scalatest" % "3.3.0-SNAP3" % Test, "com.github.tomakehurst" % "wiremock" % "2.27.2" % Test, ) }