We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e53d1 commit ea0cea7Copy full SHA for ea0cea7
example/project.clj
@@ -11,7 +11,7 @@
11
[figwheel "0.2.1-SNAPSHOT"]]
12
13
:plugins [[lein-ring "0.8.13"]
14
- [lein-cljsbuild "1.0.3"]
+ [lein-cljsbuild "1.0.4"]
15
[lein-figwheel "0.2.1-SNAPSHOT"]]
16
17
;; this is used for testing an external server
plugin/project.clj
@@ -8,8 +8,8 @@
8
9
:profiles {
10
:dev {
- :dependencies [[cljsbuild "1.0.3"]]
- :plugins [[lein-cljsbuild "1.0.3"]]}}
+ :dependencies [[cljsbuild "1.0.4"]]
+ :plugins [[lein-cljsbuild "1.0.4"]]}}
:scm { :name "git"
:url "https://github.com/bhauman/lein-figwheel"}
0 commit comments