From 8ab0cfea0af12562ef4f7bd4b119a60474e7f479 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 13 Jun 2024 14:22:57 +0200 Subject: [PATCH] Update scalatest to 3.2.18 (#413) Co-authored-by: Erlend Hamnaberg --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6ef6eb7..6a331f4 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ val Versions = new { val circe = "0.14.7" val discipline = "1.5.1" val scalaCheck = "1.18.0" - val scalaTest = "3.2.17" + val scalaTest = "3.2.18" val scalaTestPlus = "3.2.18.0" val snakeYaml = "2.2" val snakeYamlEngine = "2.7"