From 6c5db0eacfb3c6f68a34fc195a07827b07bf5418 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 20:52:10 +0000 Subject: [PATCH] Update scalatest to 3.2.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dca09b6..d2f8cf5 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ lazy val thebutlerdidit = crossProject(JSPlatform, JVMPlatform) name := "TheButlerDidIt", version := "0.1.0-SNAPSHOT", organization := "org.pfcoperez", - libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.10" % Test, + libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.19" % Test, libraryDependencies += "com.lihaoyi" %%% "fastparse" % "2.3.3", ). jvmSettings(