From d9db9aad331d6e1ee703375542e1a9a1f89ed26f Mon Sep 17 00:00:00 2001 From: Ondra Pelech Date: Fri, 4 Sep 2020 17:39:58 +0200 Subject: [PATCH] Use `moduleName` rather than `name` in mimaPreviousArtifacts which is better, according to https://github.com/lightbend/mima#setting-mimapreviousartifacts-when-name-contains-a- --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13a0462..d0cc7a4 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ comes from the branch you merged into (e.g. `master` in `git checkout master && To use this feature with the Migration Manager [MiMa](https://github.com/lightbend/migration-manager) sbt plugin, add ```scala -mimaPreviousArtifacts := previousStableVersion.value.map(organization.value %% name.value % _).toSet +mimaPreviousArtifacts := previousStableVersion.value.map(organization.value %% moduleName.value % _).toSet ``` ## Tag Requirements