We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473520c commit 83e7bbcCopy full SHA for 83e7bbc
build.sbt
@@ -27,7 +27,7 @@ lazy val ConfigService = (project in file("core/config-service"))
27
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.0"
28
)
29
30
-lazy val AccessControlService = (project in file("core/access-control-service"))
+lazy val AccessControlService = (project in file("access-control-service"))
31
.dependsOn(Auth, Config, DAO)
32
.settings(
33
dependencyOverrides ++= Seq(
0 commit comments