From ae190b02aecbad7be68abc15fd7d55320796eba8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kiersznowski?= Date: Tue, 20 Sep 2022 14:56:40 +0200 Subject: [PATCH] add no publish setting to aggregating module --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index 999c7f7a..adb6039d 100644 --- a/build.sbt +++ b/build.sbt @@ -491,6 +491,7 @@ lazy val kebs = project instances ) .settings(baseSettings: _*) + .settings(noPublishSettings) .settings( name := "kebs", description := "Library to eliminate the boilerplate code"