From 24235c12cc523edeb8cc9dd8ca4ec29f15a81782 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Sun, 29 May 2016 23:45:55 +0200 Subject: [PATCH] Change module name of root project not to confuse sbt-coursier --- build.sbt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sbt b/build.sbt index 2351dfee6..6faf66daf 100644 --- a/build.sbt +++ b/build.sbt @@ -531,3 +531,6 @@ lazy val `coursier` = project.in(file(".")) .settings(commonSettings) .settings(noPublishSettings) .settings(releaseSettings) + .settings( + moduleName := "coursier-root" + )