From 412f957382c1f8cae2d60f15d0f0390444d56f68 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 10 Feb 2020 09:01:35 +0100 Subject: [PATCH] Update coursier to 2.0.0-RC6-4 (#195) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 930048ac2..c4c22b5b9 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ inThisBuild(List( ) )) -val coursierVersion0 = "2.0.0-RC6-3" +val coursierVersion0 = "2.0.0-RC6-4" lazy val `lm-coursier` = project .in(file("modules/lm-coursier"))