From 0052d8d99cab780f0e0a773c98105933da85da16 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 25 May 2023 19:19:01 +0200 Subject: [PATCH] Update scalatest to 3.2.16 (#463) --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 2c2bea7ad..58dd9535b 100644 --- a/build.sbt +++ b/build.sbt @@ -92,7 +92,7 @@ lazy val `lm-coursier` = project // IvySbt#Module (seems DependencyResolutionInterface.moduleDescriptor // is ignored). lmIvy.value, - "org.scalatest" %% "scalatest" % "3.2.15" % Test + "org.scalatest" %% "scalatest" % "3.2.16" % Test ), Test / exportedProducts := { (Test / preTest).value @@ -163,7 +163,7 @@ lazy val `lm-coursier-shaded` = project "org.scala-lang.modules" %% "scala-xml" % "2.1.0", // depending on that one so that it doesn't get shaded "org.slf4j" % "slf4j-api" % "1.7.36", // depending on that one so that it doesn't get shaded either lmIvy.value, - "org.scalatest" %% "scalatest" % "3.2.15" % Test + "org.scalatest" %% "scalatest" % "3.2.16" % Test ) )