From 0b9cfda2c7b153951149118d7203a66f13320f8f Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Wed, 7 Feb 2024 14:53:55 +0000 Subject: [PATCH] Update scalatest-shouldmatchers, ... to 3.2.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f868f56..c065528 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ lazy val root = (project in file(".")).settings( crossScalaVersions := Seq(Scala212, "2.11.12", "2.10.7", "2.13.12", "3.3.1"), transitiveClassifiers in Global := Seq(Artifact.SourceClassifier), scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature"), - scalatestVersion := "3.2.17", + scalatestVersion := "3.2.18", libraryDependencies ++= Seq( "org.scalatest" %% "scalatest-wordspec" % scalatestVersion.value % Test, "org.scalatest" %% "scalatest-shouldmatchers" % scalatestVersion.value % Test,