From 0e11f1281bc2a8a9a8c1e97a5073b795a33291e7 Mon Sep 17 00:00:00 2001 From: fortyseven_degrees Date: Fri, 8 Sep 2023 05:07:41 +0000 Subject: [PATCH] Update scalatest to 3.2.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d625ea4c..4f3ad13d 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.0.39", "com.github.marklister" %% "base64" % "0.3.0", - "org.scalatest" %% "scalatest" % "3.2.16" % Test, + "org.scalatest" %% "scalatest" % "3.2.17" % Test, "org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % Test ), scriptedLaunchOpts ++= Seq(