diff --git a/bin/project.cmd b/bin/project.cmd index 3a1d67a..5707816 100755 --- a/bin/project.cmd +++ b/bin/project.cmd @@ -33,9 +33,9 @@ val homeDir = Os.slashDir.up.canon val (shared, jvm) = moduleSharedJvmPub( baseId = s"$anvil", baseDir = homeDir, - sharedDeps = ISZ(alir, s"$frontend-shared"), + sharedDeps = ISZ(alir, frontend), sharedIvyDeps = ISZ(), - jvmDeps = ISZ(library, frontend), + jvmDeps = ISZ(library), jvmIvyDeps = ISZ(), pubOpt = pub( desc = "Anvil",