From 2e5ad094ce4867aab0f3631d4efa0724775aa7d4 Mon Sep 17 00:00:00 2001 From: Michael Ledin Date: Sat, 23 Sep 2017 18:59:20 +0300 Subject: [PATCH] Update coursier to version 1.0.0-RC12 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5a64edbcc1..1e25b20265 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC11") +addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC12") addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1") addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.6") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")