From 644c45bab45a591ceb0eb5ec0887f09436c36433 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 9 Sep 2020 08:29:36 +0200 Subject: [PATCH] Update scalatest to 3.0.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 887036d..1d413be 100644 --- a/build.sbt +++ b/build.sbt @@ -114,7 +114,7 @@ lazy val lolhttp = "org.typelevel" %% "cats-core" % "1.6.1", "org.typelevel" %% "cats-effect" % "1.3.1", "org.http4s" %% "blaze-http" % "0.14.8", - "org.scalatest" %% "scalatest" % "3.0.4" % "test", + "org.scalatest" %% "scalatest" % "3.0.9" % "test", "ch.qos.logback" % "logback-classic" % "1.2.3" % "test" ),