From 907634054da1826c4d66172632fe81557667d202 Mon Sep 17 00:00:00 2001 From: Antonin Hildebrand Date: Thu, 19 Dec 2019 23:01:25 +0100 Subject: [PATCH] project: bump deps --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]]