From b320ecb2d6cbc11281f8e65f6c693b4c2e5a3dfa Mon Sep 17 00:00:00 2001 From: "scala-steward-for-moia[bot]" <97042238+scala-steward-for-moia[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 09:15:44 +0000 Subject: [PATCH] Upgrade scalatest from 3.2.18 to 3.2.19 (#337) Co-authored-by: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fcc55f7..396b4cd 100644 --- a/build.sbt +++ b/build.sbt @@ -37,7 +37,7 @@ lazy val library = new { val scalaPB = scalapb.compiler.Version.scalapbVersion val scalaPBJson = "0.12.1" val scalaCheck = "1.18.0" - val scalaTest = "3.2.18" + val scalaTest = "3.2.19" val scalaTestPlusCheck = "3.2.14.0" val scapeGoat = "2.1.6" val scalaCollectionCompat = "2.12.0"