Skip to content

Commit

Permalink
Merge pull request #146 from mdsol/fix-signer-module-name
Browse files Browse the repository at this point in the history
fix http4s signer module name
  • Loading branch information
jatcwang authored Aug 16, 2022
2 parents d334b28 + f667cf8 commit 37fbbb8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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) ++
Expand Down Expand Up @@ -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 ++=
Expand Down

0 comments on commit 37fbbb8

Please sign in to comment.