diff --git a/build.mill b/build.mill index 7076a00..c4c8dc9 100644 --- a/build.mill +++ b/build.mill @@ -5,7 +5,7 @@ import de.tobiasroeser.mill.jacoco._ import mill.scalalib.SonatypeCentralPublishModule -object `package` extends RootModule with MavenModule with ErrorProneModule with PublishModule { +object `package` extends RootModule with MavenModule with ErrorProneModule with PublishModule with SonatypeCentralPublishModule { def artifactName = "vavr-effect"