Skip to content

Commit

Permalink
project: bump lein-cljsbuild version to 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Aug 11, 2018
1 parent fee255d commit a2dd28d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project.clj
Expand Up @@ -4,6 +4,7 @@
(def selected-clojure-version "1.9.0")
(def selected-clojurescript-version "1.10.339")
(def selenium-version "3.14.0")
(def lein-cljsbuild-version "1.1.7")

(def provided-deps
[['org.clojure/clojure selected-clojure-version :scope "provided"]
Expand Down Expand Up @@ -174,7 +175,7 @@
{:plugins [[lein-cooper "1.2.2"]]}

:cljs
{:plugins [[lein-cljsbuild "1.1.6"]
{:plugins [[lein-cljsbuild ~lein-cljsbuild-version]
[lein-figwheel ~figwheel-version]]}

:nuke-aliases
Expand Down

0 comments on commit a2dd28d

Please sign in to comment.