From fe9ef1c2d0de20a75608be73c2f1282c57a06412 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 19 Apr 2024 18:51:52 +0000 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 a709f99..57f726f 100644 --- a/build.sbt +++ b/build.sbt @@ -93,7 +93,7 @@ lazy val dijon = crossProject(JVMPlatform, JSPlatform, NativePlatform) libraryDependencies ++= Seq( "com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.13.3", "org.scala-lang.modules" %%% "scala-collection-compat" % "2.12.0", - "org.scalatest" %%% "scalatest" % "3.2.16" % Test + "org.scalatest" %%% "scalatest" % "3.2.18" % Test ) ) .jvmSettings(