From 17ea77d64375ab8c453302d04b9aa6b7489a11e9 Mon Sep 17 00:00:00 2001 From: "Yang, Bo" Date: Sat, 15 Jul 2023 18:37:31 +0000 Subject: [PATCH] Update scalatest to 3.2.16 in 3.0.x --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 295ea61..d7772c3 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.12" % "test" +libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.16" % "test" scriptedBufferLog := false