Skip to content

Commit

Permalink
Expose modules
Browse files Browse the repository at this point in the history
Pre-exposed: 6ebc893
  • Loading branch information
helins committed Jan 18, 2023
1 parent 6ebc893 commit 06c7137
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion module/gen/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
world.convex/convex-core {:mvn/version "0.7.9"},
world.convex/cvm
{:deps/root "module/cvm",
:git/sha "c343aa394b009957a5ba9e7b31fa5d8b20c5589c",
:git/sha "6ebc893227cfac301fcc39a66cdf41ccf2264e20",
: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 @@ -10,6 +10,6 @@
world.convex/convex-peer {:mvn/version "0.7.9"},
world.convex/cvm
{:deps/root "module/cvm",
:git/sha "c343aa394b009957a5ba9e7b31fa5d8b20c5589c",
:git/sha "6ebc893227cfac301fcc39a66cdf41ccf2264e20",
:git/url "https://github.com/convex-dev/convex.cljc"}},
:paths ["src/main/clj"]}
2 changes: 1 addition & 1 deletion module/shell/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
world.convex/convex-core {:mvn/version "0.7.9"},
world.convex/cvm
{:deps/root "module/cvm",
:git/sha "c343aa394b009957a5ba9e7b31fa5d8b20c5589c",
:git/sha "6ebc893227cfac301fcc39a66cdf41ccf2264e20",
:git/url "https://github.com/convex-dev/convex.cljc"}},
:paths ["resource/main" "src/main/clj" "src/main/cvx"]}

0 comments on commit 06c7137

Please sign in to comment.