Skip to content

Commit

Permalink
project: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Dec 19, 2019
1 parent 118a78b commit 9076340
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
@@ -1,4 +1,4 @@
(def clojurescript-version (or (System/getenv "CANARY_CLOJURESCRIPT_VERSION") "1.10.520"))
(def clojurescript-version (or (System/getenv "CANARY_CLOJURESCRIPT_VERSION") "1.10.597"))
(defproject binaryage/chromex "0.8.4"
:description "A ClojureScript wrapper for writing Chrome Extensions and Apps."
:url "https://github.com/binaryage/chromex"
Expand All @@ -10,7 +10,7 @@

:dependencies [[org.clojure/clojure "1.10.1" :scope "provided"]
[org.clojure/clojurescript ~clojurescript-version :scope "provided"]
[org.clojure/core.async "0.4.500"]
[org.clojure/core.async "0.6.532"]
[binaryage/oops "0.7.0"]
[environ "1.1.0"]]

Expand Down

0 comments on commit 9076340

Please sign in to comment.