mirror of https://github.com/sbt/sbt.git
Update scalatest to 3.0.7 (#48)
This commit is contained in:
parent
b8befa4ec7
commit
28a12368b2
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue