From a4c83ab539d5d30e335bf7552f2593309ea7ddb9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Mar 2026 19:04:43 +0000 Subject: [PATCH] Update scalatest to 3.2.20 --- project/Deps.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Deps.scala b/project/Deps.scala index 16ce357..b3e3082 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -4,7 +4,7 @@ import sbt._ object Deps { import Def.{setting => s} - val scalatest = s("org.scalatest" %%% "scalatest" % "3.2.19") + val scalatest = s("org.scalatest" %%% "scalatest" % "3.2.20") val cats = new { val core = s("org.typelevel" %%% "cats-core" % "2.13.0")