From 564803085470691a89969fb2fc8e2ede36a61ae1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 19 Feb 2024 16:54:52 +0000 Subject: [PATCH] Update scalatest to 3.2.18 --- project/Deps.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Deps.scala b/project/Deps.scala index db41167c..7781757d 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -5,7 +5,7 @@ import org.portablescala.sbtplatformdeps.PlatformDepsPlugin.autoImport._ object Deps { import Def.{setting => dep} - val scalaTest = dep("org.scalatest" %%% "scalatest" % "3.2.17") + val scalaTest = dep("org.scalatest" %%% "scalatest" % "3.2.18") val scalaReflect = dep("org.scala-lang" % "scala-reflect") val cats = dep("org.typelevel" %%% "cats-core" % "2.10.0")