From f15b38198ecba9b9018f21b12331e8dfdc07ff1a Mon Sep 17 00:00:00 2001 From: 47erbot Date: Fri, 19 Feb 2021 06:12:39 +0100 Subject: [PATCH] Update scalatest to 3.2.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 61d14d3..71400bb 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ lazy val pbdirect = project "org.typelevel" %% "cats-core" % "2.4.1", "com.github.alexarchambault" %% "scalacheck-shapeless_1.14" % "1.2.5" % Test, "com.github.os72" % "protoc-jar" % "3.11.4" % Test, - "org.scalatest" %% "scalatest" % "3.2.3" % Test, + "org.scalatest" %% "scalatest" % "3.2.4" % Test, "org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0" % Test ) )