diff --git a/build.sbt b/build.sbt index c93f8939..5386d65c 100644 --- a/build.sbt +++ b/build.sbt @@ -88,7 +88,7 @@ lazy val `lm-coursier` = project // IvySbt#Module (seems DependencyResolutionInterface.moduleDescriptor // is ignored). lmIvy.value, - "org.scalatest" %% "scalatest" % "3.2.14" % Test + "org.scalatest" %% "scalatest" % "3.2.15" % Test ), Test / exportedProducts := { (Test / preTest).value @@ -194,7 +194,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.14" % Test + "org.scalatest" %% "scalatest" % "3.2.15" % Test ) )