From c0b8ae6d4a3f2084746a86159196ba841a03e851 Mon Sep 17 00:00:00 2001 From: avoitsishevskii Date: Fri, 13 Sep 2024 03:04:52 +0300 Subject: [PATCH] fix package name; use only the required options; --- build.sbt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 43653bfea..cc7bb1987 100644 --- a/build.sbt +++ b/build.sbt @@ -165,10 +165,11 @@ lazy val loggingDer = projectMatrix lazy val loggingDerivationAnnotations = projectMatrix .in(modules / "logging" / "derivation-annotations") .settings( - defaultSettings, + scalacWarningConfig, scala3MigratedModuleOptions, - name := "tofu-logging-derivation" + name := "tofu-logging-derivation-annotations" ) + .settings(defaultScalacOptions) .jvmPlatform(scala2And3Versions) lazy val loggingLayout = projectMatrix