From 12db8905df73fa980aa4413b3fa1a57f0a5ad848 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 18 Oct 2022 16:10:36 +0200 Subject: [PATCH] Update scalatest to 3.2.14 (#420) --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 4dd303d95..9de9bb785 100644 --- a/build.sbt +++ b/build.sbt @@ -87,7 +87,7 @@ lazy val `lm-coursier` = project // IvySbt#Module (seems DependencyResolutionInterface.moduleDescriptor // is ignored). lmIvy.value, - "org.scalatest" %% "scalatest" % "3.2.13" % Test + "org.scalatest" %% "scalatest" % "3.2.14" % Test ), Test / exportedProducts := { (Test / preTest).value @@ -152,7 +152,7 @@ lazy val `lm-coursier-shaded` = project "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1", "org.scala-lang.modules" %% "scala-xml" % "1.3.0", // depending on that one so that it doesn't get shaded lmIvy.value, - "org.scalatest" %% "scalatest" % "3.2.13" % Test + "org.scalatest" %% "scalatest" % "3.2.14" % Test ) )