From bb5b7f603b0f96f67d7654735a20a183a89137ce Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 10 Sep 2023 23:47:24 +0000 Subject: [PATCH] Update scalatest to 3.2.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3eac227..4dd3823 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ libraryDependencies ++= { val akkaHttpV = "10.2.10" val akkaV = "2.6.20" val circeV = "0.14.4" - val scalaTestV = "3.2.15" + val scalaTestV = "3.2.17" val akkaHttpCirceV = "1.39.2" Seq(