From 6fede0292299f57da7d3866db7e52d073bed1405 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 13 Jun 2019 20:13:58 +0200 Subject: [PATCH] Update coursier to 2.0.0-RC2-2 (#83) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f4c7a7d09..d740f8ae6 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ inThisBuild(List( ) )) -val coursierVersion0 = "2.0.0-RC2-1" +val coursierVersion0 = "2.0.0-RC2-2" lazy val `lm-coursier` = project // .enablePlugins(ContrabandPlugin)