From 3201c2a4fe4b91e07b08b9ca363b5659ad84eaae Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 10 Sep 2023 23:52:04 +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 d7772c3..7253d57 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ scalacOptions += "-deprecation" libraryDependencies += "com.thoughtworks.extractor" %% "extractor" % "2.1.3" -libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.16" % "test" +libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.17" % "test" scriptedBufferLog := false