From 77a3f5b3120eaf277dee615d8592118093d5a3c8 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 8 Jun 2019 12:37:33 +0200 Subject: [PATCH] Update coursier to 2.0.0-RC1 (#77) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 51ee83856..f61d565ad 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ inThisBuild(List( ) )) -val coursierVersion0 = "1.1.0-M14-7" +val coursierVersion0 = "2.0.0-RC1" lazy val `lm-coursier` = project // .enablePlugins(ContrabandPlugin)