From 26c92f5aefb355f73548f4d527879432bfc3218e Mon Sep 17 00:00:00 2001 From: 47erbot Date: Fri, 9 Feb 2024 06:17:52 +0100 Subject: [PATCH] Update scalatest to 3.2.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 48bb2ed6..b6853203 100644 --- a/build.sbt +++ b/build.sbt @@ -45,7 +45,7 @@ lazy val pluginSettings: Seq[Def.Setting[_]] = Seq( "com.lihaoyi" %% "scalatags" % "0.12.0", "com.sksamuel.scrimage" %% "scrimage-scala" % "4.1.0", "com.github.marklister" %% "base64" % "0.3.0", - "org.scalatest" %% "scalatest" % "3.2.17" % Test, + "org.scalatest" %% "scalatest" % "3.2.18" % Test, "org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % Test ), scriptedLaunchOpts ++= Seq(