From f667cf8c94f24e71543b6d2beeab7a04f939888c Mon Sep 17 00:00:00 2001 From: Francesco Serra Date: Tue, 16 Aug 2022 22:58:45 +0200 Subject: [PATCH] fix http4s signer module name --- build.sbt | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.sbt b/build.sbt index cf255cf0..6dfff15f 100644 --- a/build.sbt +++ b/build.sbt @@ -78,7 +78,6 @@ lazy val `mauth-signer-scala-core` = scalaModuleProject("mauth-signer-scala-core .dependsOn(`mauth-signer`, `mauth-test-utils` % "test") .settings( publishSettings, - moduleName := "mauth-signer-scala-core", libraryDependencies ++= Dependencies.compile(akkaHttp, akkaStream).map(withExclusions) ++ Dependencies.compile(scalaLogging, scalaLibCompat).map(withExclusions) ++ @@ -114,7 +113,6 @@ lazy val `mauth-signer-http4s` = scalaModuleProject("mauth-signer-http4s") .dependsOn(`mauth-signer`, `mauth-signer-scala-core`, `mauth-test-utils` % "test") .settings( basicSettings, - moduleName := "mauth-authenticator-http4s", publishSettings, testFrameworks += new TestFramework("munit.Framework"), libraryDependencies ++=