From edbab719672ca20e948b81cbf258605e447ffd71 Mon Sep 17 00:00:00 2001 From: Raghu Vamshi Challa Date: Wed, 4 Dec 2019 15:24:01 -0500 Subject: [PATCH] Coursier plugin update (#911) * Update coursier Plugin to 2.0.0-RC4-1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 61d60c05d..baacf46ff 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -38,4 +38,4 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3") addSbtPlugin("io.crashbox" % "sbt-gpg" % "0.2.0") -addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.3") +addSbtPlugin("io.get-coursier" % "sbt-coursier" % "2.0.0-RC4-1")