Skip to content

Commit

Permalink
bump electric
Browse files Browse the repository at this point in the history
We include datascript because electric main dropped the dependency
  • Loading branch information
xificurC committed Aug 22, 2023
1 parent 82a6006 commit a19abcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{:paths ["src" "resources"]
:deps {com.hyperfiddle/electric {:mvn/version "v2-alpha-349-ge9996713"}
:deps {com.hyperfiddle/electric {:mvn/version "v2-alpha-422-g96e5c0a5"}
com.hyperfiddle/rcf {:mvn/version "20220926-202227"}
info.sunng/ring-jetty9-adapter
{:mvn/version "0.14.3" ; (Jetty 9) is Java 8 compatible;
Expand All @@ -9,6 +9,7 @@
org.clojure/clojurescript {:mvn/version "1.11.60"}
org.clojure/tools.logging {:mvn/version "1.2.4"}
ch.qos.logback/logback-classic {:mvn/version "1.2.11"}
datascript/datascript {:mvn/version "1.5.2"}
ring-basic-authentication/ring-basic-authentication {:mvn/version "1.1.1"}}
:aliases {:dev
{:extra-deps
Expand Down

0 comments on commit a19abcd

Please sign in to comment.