From 2b9ab14743c3b38c950617479f4ccf7ddeaec2ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 15:14:09 +0000 Subject: [PATCH] Update dependency org.scalatest:scalatest to v3.2.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 152e42b..d793dec 100644 --- a/build.sbt +++ b/build.sbt @@ -21,5 +21,5 @@ name := "raise4s" scalaVersion := "3.4.1" libraryDependencies ++= Seq( - "org.scalatest" %% "scalatest" % "3.2.17" % Test + "org.scalatest" %% "scalatest" % "3.2.18" % Test ) \ No newline at end of file