Skip to content

Commit

Permalink
Make project.clj deps match deps.edn (#1104)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfikes authored Mar 24, 2024
1 parent 1661412 commit 897e2ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:source-paths ["planck-cljs/src"]
:dependencies [[org.clojure/clojurescript "1.11.60"]
:dependencies [[org.clojure/clojurescript "1.11.132"]
[org.clojure/core.rrb-vector "0.1.2"]
[fipp/fipp "0.6.24"]
[malabarba/lazy-map "1.3"]
[com.cognitect/transit-cljs "0.8.269"]
[com.cognitect/transit-js "0.8.861"]])
[com.cognitect/transit-js "0.8.874"]])

0 comments on commit 897e2ce

Please sign in to comment.