From f0545b2e2040d95ead0f3688eb75c47844aeee79 Mon Sep 17 00:00:00 2001 From: 47erbot Date: Mon, 8 Mar 2021 05:22:31 +0000 Subject: [PATCH] Update scalatest to 3.2.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9d3ee206..338b3b72 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ lazy val core = project "io.circe" %% "circe-generic" % "0.13.0", "org.http4s" %% "http4s-blaze-client" % "0.21.20", "org.http4s" %% "http4s-circe" % "0.21.20", - "org.scalatest" %% "scalatest" % "3.2.5" % Test, + "org.scalatest" %% "scalatest" % "3.2.6" % Test, "org.scalacheck" %% "scalacheck" % "1.15.3" % Test, "org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0" % Test, "org.slf4j" % "slf4j-nop" % "1.7.30" % Test