From d3336d2e474f5faaad893aaa3fdcf92878a0d5c7 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 10 Jun 2019 07:57:09 +0200 Subject: [PATCH] Update coursier to 2.0.0-RC2 (#79) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f61d565ad..79574264d 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ inThisBuild(List( ) )) -val coursierVersion0 = "2.0.0-RC1" +val coursierVersion0 = "2.0.0-RC2" lazy val `lm-coursier` = project // .enablePlugins(ContrabandPlugin)