From 41640051d7bd55a958e2d8415f414a5a3d431e12 Mon Sep 17 00:00:00 2001 From: Scala steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 14 Jan 2019 07:09:52 +0100 Subject: [PATCH] Update librarymanagement-ivy to 1.2.4 (#26) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1fbec2445..0122eb4e8 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.4", + "org.scala-sbt" %% "librarymanagement-ivy" % "1.2.4", "org.scalatest" %% "scalatest" % "3.0.5" % Test ), managedSourceDirectories in Compile +=