From 627877fcc74934128d7ea43ba137c537e193d795 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Mon, 18 May 2020 13:12:50 +0200 Subject: [PATCH] Update coursier to 2.0.0-RC6-18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b153b9aea..3a8a6a881 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ inThisBuild(List( ) )) -val coursierVersion0 = "2.0.0-RC6-16" +val coursierVersion0 = "2.0.0-RC6-18" lazy val `lm-coursier` = project .in(file("modules/lm-coursier"))