Update scalatest to 3.2.1 (#264)

This commit is contained in:
Scala Steward 2020-08-21 17:11:02 +02:00 committed by GitHub
parent e6770b5630
commit 1960f8288b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.0" % Test
"org.scalatest" %% "scalatest" % "3.2.1" % Test
)
)
@ -64,7 +64,7 @@ lazy val `lm-coursier-shaded` = project
"io.github.alexarchambault" %% "data-class" % "0.2.3" % Provided,
"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.0" % Test
"org.scalatest" %% "scalatest" % "3.2.1" % Test
)
)