From 07cbf3a199858d166c5b109d939262b566ad8a7a Mon Sep 17 00:00:00 2001 From: Scala steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 13 Jan 2019 23:52:44 +0100 Subject: [PATCH] Update librarymanagement-ivy to 1.0.4 (#22) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d9df7cabc..1fbec2445 100644 --- a/build.sbt +++ b/build.sbt @@ -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 +=