Skip to content

Commit

Permalink
project: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Mar 5, 2022
1 parent 8d462f9 commit b7ac179
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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.3"}
org.clojure/clojurescript {:mvn/version "1.10.844"}
org.clojure/core.async {:mvn/version "1.1.587"}
binaryage/oops {:mvn/version "0.7.1"}
org.clojure/clojurescript {:mvn/version "1.11.4"}
org.clojure/core.async {:mvn/version "1.5.648"}
binaryage/oops {:mvn/version "0.7.2"}
environ {:mvn/version "1.1.0"}}}
6 changes: 3 additions & 3 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.844"))
(def clojurescript-version (or (System/getenv "CANARY_CLOJURESCRIPT_VERSION") "1.11.4"))
(defproject binaryage/chromex "0.9.2"
:description "A ClojureScript wrapper for writing Chrome Extensions and Apps."
:url "https://github.com/binaryage/chromex"
Expand All @@ -10,8 +10,8 @@

:dependencies [[org.clojure/clojure "1.10.3" :scope "provided"]
[org.clojure/clojurescript ~clojurescript-version :scope "provided"]
[org.clojure/core.async "1.3.610"]
[binaryage/oops "0.7.1"]
[org.clojure/core.async "1.5.648"]
[binaryage/oops "0.7.2"]
[environ "1.2.0"]]

:clean-targets ^{:protect false} ["target"
Expand Down

0 comments on commit b7ac179

Please sign in to comment.