From 9ae7e8f0a74d51c5d7e35472e4a7d9c8ce620020 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 20 Feb 2024 05:37:36 +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 f49bcfa..94130e8 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ lazy val root = (project in file(".")) libraryDependencies ++= Seq( "org.scalaz" %% "scalaz-core" % "7.2.35", "org.scalaz" %% "scalaz-effect" % "7.2.35", - "org.scalatest" %% "scalatest" % "3.2.17" % "test" + "org.scalatest" %% "scalatest" % "3.2.18" % "test" ), homepage := Some(url("https://github.com/sbt/sbt-eclipse")), licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html")),