From cdefed2ad0ef685977e61fd0265af80f276d8277 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 23 Feb 2024 19:58:10 +0100 Subject: [PATCH] Update scalatest to 3.2.18 (#366) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a8836a3..15bb2ef 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ lazy val `cats-scalatest` = crossProject(JVMPlatform, JSPlatform) ), libraryDependencies ++= Seq( "org.typelevel" %%% "cats-core" % catsVersion, - "org.scalatest" %%% "scalatest" % "3.2.17", + "org.scalatest" %%% "scalatest" % "3.2.18", "org.typelevel" %%% "shapeless3-typeable" % "3.4.1" ) )