Update scalatest to 3.0.7 (#48)

This commit is contained in:
Scala steward 2019-03-19 10:25:46 +01:00 committed by Alexandre Archambault
parent b8befa4ec7
commit 28a12368b2
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ lazy val `lm-coursier` = project
// IvySbt#Module (seems DependencyResolutionInterface.moduleDescriptor
// is ignored).
"org.scala-sbt" %% "librarymanagement-ivy" % "1.2.4",
"org.scalatest" %% "scalatest" % "3.0.6" % Test
"org.scalatest" %% "scalatest" % "3.0.7" % Test
),
managedSourceDirectories in Compile +=
baseDirectory.value / "src" / "main" / "contraband-scala",