Change module name of root project not to confuse sbt-coursier

This commit is contained in:
Alexandre Archambault 2016-05-29 23:45:55 +02:00
parent c5fb28f982
commit 24235c12cc
No known key found for this signature in database
GPG Key ID: 14640A6839C263A9
1 changed files with 3 additions and 0 deletions

View File

@ -531,3 +531,6 @@ lazy val `coursier` = project.in(file("."))
.settings(commonSettings)
.settings(noPublishSettings)
.settings(releaseSettings)
.settings(
moduleName := "coursier-root"
)