Skip to content

Commit 46177e5

Browse files
committed
bump deps
1 parent f19c1f0 commit 46177e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps.edn

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{:paths ["src/lib"]
22
:deps {org.clojure/clojure {:mvn/version "1.10.3"}
3-
org.clojure/clojurescript {:mvn/version "1.10.879"}}}
3+
org.clojure/clojurescript {:mvn/version "1.11.4"}}}

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(def clojurescript-version (or (System/getenv "CANARY_CLOJURESCRIPT_VERSION") "1.10.879"))
1+
(def clojurescript-version (or (System/getenv "CANARY_CLOJURESCRIPT_VERSION") "1.11.4"))
22
(defproject binaryage/devtools "1.0.4"
33
:description "A collection of Chrome DevTools enhancements for ClojureScript developers."
44
:url "https://github.com/binaryage/cljs-devtools"

0 commit comments

Comments
 (0)