Skip to content

Commit

Permalink
Refactored Slang modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
robby-phd committed Mar 1, 2025
1 parent 003e401 commit 5f95a70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/project.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5f95a70

Please sign in to comment.