From f89d982efe6faa7686e05c51ce7d1878e5edcf0d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 8 Sep 2023 22:15:36 +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 b5731993..8eda745d 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ val sharedSettings = Seq( organization := "io.lemonlabs", libraryDependencies ++= Seq( "org.typelevel" %%% "simulacrum-scalafix-annotations" % simulacrumScalafixVersion, - "org.scalatest" %%% "scalatest" % "3.2.16" % Test, + "org.scalatest" %%% "scalatest" % "3.2.17" % Test, "org.scalatestplus" %%% "scalacheck-1-16" % "3.2.14.0" % Test, "org.scalacheck" %%% "scalacheck" % "1.17.0" % Test, "org.typelevel" %%% "cats-laws" % "2.9.0" % Test