From 872b00469579dddcee8fce205495e5c00c872f7b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 25 Jun 2024 04:15:34 +0000 Subject: [PATCH] Update scalatest-shouldmatchers, ... to 3.2.19 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 6797298..5e94f90 100644 --- a/build.sbt +++ b/build.sbt @@ -36,8 +36,8 @@ lazy val root = project libraryDependencies ++= Seq( // "sweet.delights" %% "delightful-extractors" % "0.0.2-SNAPSHOT", "org.scala-lang.modules" %% "scala-parser-combinators" % "2.3.0", - "org.scalatest" %% "scalatest-shouldmatchers" % "3.2.17" % "test", - "org.scalatest" %% "scalatest-wordspec" % "3.2.17" % "test", + "org.scalatest" %% "scalatest-shouldmatchers" % "3.2.19" % "test", + "org.scalatest" %% "scalatest-wordspec" % "3.2.19" % "test", "org.scalatestplus" %% "scalacheck-1-15" % "3.2.16.0" % "test" ), scalacOptions ++= Seq(