Skip to content

Commit

Permalink
project: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Apr 25, 2020
1 parent 7a01ab7 commit 2013eff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"src/apps_private"
"src/apps_internal"]
:deps {org.clojure/clojure {:mvn/version "1.10.1"}
org.clojure/clojurescript {:mvn/version "1.10.597"}
org.clojure/core.async {:mvn/version "0.7.559"}
org.clojure/clojurescript {:mvn/version "1.10.741"}
org.clojure/core.async {:mvn/version "1.1.587"}
binaryage/oops {:mvn/version "0.7.0"}
environ {:mvn/version "1.1.0"}}}
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.597"))
(def clojurescript-version (or (System/getenv "CANARY_CLOJURESCRIPT_VERSION") "1.10.741"))
(defproject binaryage/chromex "0.9.0"
: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 "1.0.567"]
[org.clojure/core.async "1.1.587"]
[binaryage/oops "0.7.0"]
[environ "1.1.0"]]

Expand Down

0 comments on commit 2013eff

Please sign in to comment.