diff --git a/project.clj b/project.clj index bcae6b1f..4cd263ca 100644 --- a/project.clj +++ b/project.clj @@ -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" @@ -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"]]