Skip to content

Commit

Permalink
fix package name;
Browse files Browse the repository at this point in the history
use only the required options;
  • Loading branch information
evo-funfunfine committed Sep 13, 2024
1 parent 10b3caa commit c0b8ae6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0b8ae6

Please sign in to comment.