From 2be7506f9b70214ae8debdbc88ac41ee631aa8df Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 29 Mar 2026 00:27:45 +0000 Subject: [PATCH] Update scalatest to 3.2.20 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f5d1e3a..8ceb86c 100644 --- a/build.sbt +++ b/build.sbt @@ -42,7 +42,7 @@ lazy val reactify = crossProject(JVMPlatform, JSPlatform, NativePlatform) name := "reactify", test / publishArtifact := false, libraryDependencies ++= Seq( - "org.scalatest" %% "scalatest" % "3.2.19" % "test" + "org.scalatest" %% "scalatest" % "3.2.20" % "test" ), crossScalaVersions := allScalaVersions )