diff --git a/module/gen/deps.edn b/module/gen/deps.edn index bc52afc8..108dc1c0 100644 --- a/module/gen/deps.edn +++ b/module/gen/deps.edn @@ -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"]} diff --git a/module/net/deps.edn b/module/net/deps.edn index 191eaba8..caa7d710 100644 --- a/module/net/deps.edn +++ b/module/net/deps.edn @@ -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"]} diff --git a/module/shell/deps.edn b/module/shell/deps.edn index 1ea61838..58081682 100644 --- a/module/shell/deps.edn +++ b/module/shell/deps.edn @@ -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"]}