Update scalatest to 3.0.6 (#40)

This commit is contained in:
Scala steward 2019-02-28 16:16:45 +01:00 committed by Alexandre Archambault
parent 642790159f
commit 75b08dc7ff
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,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.5" % Test
"org.scalatest" %% "scalatest" % "3.0.6" % Test
),
managedSourceDirectories in Compile +=
baseDirectory.value / "src" / "main" / "contraband-scala",