From 6a04a6b1c7e9a9276026f6bb7114207c1b935b6f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 19 Feb 2024 23:17:34 +0000 Subject: [PATCH] Update scalatest-shouldmatchers, ... to 3.2.18 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 52df0dc..1a2e32b 100644 --- a/build.sbt +++ b/build.sbt @@ -26,8 +26,8 @@ crossScalaVersions := Seq("2.13.12", "2.12.18", "3.3.1") scalaVersion := crossScalaVersions.value.head libraryDependencies ++= Seq( - "org.scalatest" %% "scalatest-wordspec" % "3.2.17" % Test, - "org.scalatest" %% "scalatest-shouldmatchers" % "3.2.17" % Test, + "org.scalatest" %% "scalatest-wordspec" % "3.2.18" % Test, + "org.scalatest" %% "scalatest-shouldmatchers" % "3.2.18" % Test, "org.scalameta" %% "munit" % "1.0.0-M10" % Test, )