mirror of https://github.com/sbt/sbt.git
Update librarymanagement-ivy to 1.0.4 (#22)
This commit is contained in:
parent
2efb919b89
commit
07cbf3a199
|
|
@ -30,7 +30,7 @@ lazy val `lm-coursier` = project
|
|||
// to DependencyResolutionInterface.update, which is an
|
||||
// IvySbt#Module (seems DependencyResolutionInterface.moduleDescriptor
|
||||
// is ignored).
|
||||
"org.scala-sbt" %% "librarymanagement-ivy" % "1.0.2",
|
||||
"org.scala-sbt" %% "librarymanagement-ivy" % "1.0.4",
|
||||
"org.scalatest" %% "scalatest" % "3.0.5" % Test
|
||||
),
|
||||
managedSourceDirectories in Compile +=
|
||||
|
|
|
|||
Loading…
Reference in New Issue