From b3c27d08e8a0a2be0dabc2ade237a8f4092157b8 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 9 Nov 2020 14:24:17 +0100 Subject: [PATCH] Update scalatest to 3.2.3 (#289) --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 37cdc0de3..d914961eb 100644 --- a/build.sbt +++ b/build.sbt @@ -32,7 +32,7 @@ lazy val `lm-coursier` = project // IvySbt#Module (seems DependencyResolutionInterface.moduleDescriptor // is ignored). "org.scala-sbt" %% "librarymanagement-ivy" % "1.3.4", - "org.scalatest" %% "scalatest" % "3.2.2" % Test + "org.scalatest" %% "scalatest" % "3.2.3" % Test ) ) @@ -65,7 +65,7 @@ lazy val `lm-coursier-shaded` = project "org.scala-lang.modules" %% "scala-collection-compat" % "2.2.0", "org.scala-lang.modules" %% "scala-xml" % "1.3.0", // depending on that one so that it doesn't get shaded "org.scala-sbt" %% "librarymanagement-ivy" % "1.3.4", - "org.scalatest" %% "scalatest" % "3.2.2" % Test + "org.scalatest" %% "scalatest" % "3.2.3" % Test ) )