From 196d68d80c5f4cd80d61e85611cf0f836776321c Mon Sep 17 00:00:00 2001 From: "scala-ojisan[bot]" <78953241+scala-ojisan[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 18:03:02 +0000 Subject: [PATCH] Update scalatest-funspec, ... to 3.2.19 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index d2df0ac..4c71220 100644 --- a/build.sbt +++ b/build.sbt @@ -21,8 +21,8 @@ organization := "com.github.tototoshi" libraryDependencies ++= { Seq( - "org.scalatest" %% "scalatest-funspec" % "3.2.18" % Test, - "org.scalatest" %% "scalatest-shouldmatchers" % "3.2.18" % Test, + "org.scalatest" %% "scalatest-funspec" % "3.2.19" % Test, + "org.scalatest" %% "scalatest-shouldmatchers" % "3.2.19" % Test, if (scalaVersion.value.startsWith("2.")) "org.scalacheck" %% "scalacheck" % "1.14.3" % Test else "org.scalacheck" %% "scalacheck" % "1.18.0" % Test )