Skip to content

Commit

Permalink
Expose modules
Browse files Browse the repository at this point in the history
Pre-exposed: a35d0a8
  • Loading branch information
helins committed Jun 1, 2023
1 parent a35d0a8 commit 7cd357f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions module/aws.loadnet/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
world.convex/convex-peer {:mvn/version "0.7.11"},
world.convex/cvm
{:deps/root "module/cvm",
:git/sha "2d5cac5584d00e0e9a963a4a8d59029a78d624d0",
:git/sha "a35d0a80fecd085afbca1ffb82684142da8f2e77",
:git/url "https://github.com/convex-dev/convex.cljc"},
world.convex/gen
{:deps/root "module/gen",
:git/sha "2d5cac5584d00e0e9a963a4a8d59029a78d624d0",
:git/sha "a35d0a80fecd085afbca1ffb82684142da8f2e77",
:git/url "https://github.com/convex-dev/convex.cljc"},
world.convex/net
{:deps/root "module/net",
:git/sha "2d5cac5584d00e0e9a963a4a8d59029a78d624d0",
:git/sha "a35d0a80fecd085afbca1ffb82684142da8f2e77",
:git/url "https://github.com/convex-dev/convex.cljc"}},
:paths ["src/main/clj"]}
2 changes: 1 addition & 1 deletion module/gen/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
world.convex/convex-core {:mvn/version "0.7.11"},
world.convex/cvm
{:deps/root "module/cvm",
:git/sha "2d5cac5584d00e0e9a963a4a8d59029a78d624d0",
:git/sha "a35d0a80fecd085afbca1ffb82684142da8f2e77",
:git/url "https://github.com/convex-dev/convex.cljc"}},
:paths ["src/main/clj"]}
2 changes: 1 addition & 1 deletion module/net/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
world.convex/convex-peer {:mvn/version "0.7.11"},
world.convex/cvm
{:deps/root "module/cvm",
:git/sha "2d5cac5584d00e0e9a963a4a8d59029a78d624d0",
:git/sha "a35d0a80fecd085afbca1ffb82684142da8f2e77",
:git/url "https://github.com/convex-dev/convex.cljc"}},
:paths ["src/main/clj"]}
6 changes: 3 additions & 3 deletions module/shell/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
world.convex/convex-peer {:mvn/version "0.7.11"},
world.convex/cvm
{:deps/root "module/cvm",
:git/sha "2d5cac5584d00e0e9a963a4a8d59029a78d624d0",
:git/sha "a35d0a80fecd085afbca1ffb82684142da8f2e77",
:git/url "https://github.com/convex-dev/convex.cljc"},
world.convex/gen
{:deps/root "module/gen",
:git/sha "2d5cac5584d00e0e9a963a4a8d59029a78d624d0",
:git/sha "a35d0a80fecd085afbca1ffb82684142da8f2e77",
:git/url "https://github.com/convex-dev/convex.cljc"},
world.convex/net
{:deps/root "module/net",
:git/sha "2d5cac5584d00e0e9a963a4a8d59029a78d624d0",
:git/sha "a35d0a80fecd085afbca1ffb82684142da8f2e77",
:git/url "https://github.com/convex-dev/convex.cljc"}},
:paths ["resource/main" "src/main/clj" "src/main/cvx"]}

0 comments on commit 7cd357f

Please sign in to comment.