From d7fc50a1e6699d4e1d331c50286bdc71d0ffe2fe Mon Sep 17 00:00:00 2001 From: 47erbot Date: Wed, 18 Nov 2020 05:18:00 +0000 Subject: [PATCH] Update scalatest to 3.2.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 89bb657..1c17c57 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ lazy val pbdirect = project "org.typelevel" %% "cats-core" % "2.2.0", "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.2" % Test, + "org.scalatest" %% "scalatest" % "3.2.3" % Test, "org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0" % Test ) )