Skip to content

Commit

Permalink
fix cljs version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Hauman committed Jun 19, 2020
1 parent 5728626 commit 67f22f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject figwheel/lein-template "0.5.20-3"
(defproject figwheel/lein-template "0.5.20-4"
:description "A Leinigen template for figwheel"
:url "https://github.com/bhauman/figwheel-template"
:license {:name "Eclipse Public License"
Expand Down
2 changes: 1 addition & 1 deletion src/leiningen/new/figwheel/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:min-lein-version "2.9.1"

:dependencies [[org.clojure/clojure "1.10.0"]
[org.clojure/clojurescript "1.10.775"]
[org.clojure/clojurescript "1.10.773"]
[org.clojure/core.async "0.4.500"]{{#react?}}
{{^bundle?}}[cljsjs/react "16.6.0-0"]
[cljsjs/react-dom "16.6.0-0"]{{/bundle?}}
Expand Down

0 comments on commit 67f22f5

Please sign in to comment.