Skip to content

Commit ea0cea7

Browse files
author
Bruce Hauman
committed
cljsbuild 1.0.4
1 parent 28e53d1 commit ea0cea7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example/project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[figwheel "0.2.1-SNAPSHOT"]]
1212

1313
:plugins [[lein-ring "0.8.13"]
14-
[lein-cljsbuild "1.0.3"]
14+
[lein-cljsbuild "1.0.4"]
1515
[lein-figwheel "0.2.1-SNAPSHOT"]]
1616

1717
;; this is used for testing an external server

plugin/project.clj

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
:profiles {
1010
:dev {
11-
:dependencies [[cljsbuild "1.0.3"]]
12-
:plugins [[lein-cljsbuild "1.0.3"]]}}
11+
:dependencies [[cljsbuild "1.0.4"]]
12+
:plugins [[lein-cljsbuild "1.0.4"]]}}
1313

1414
:scm { :name "git"
1515
:url "https://github.com/bhauman/lein-figwheel"}

0 commit comments

Comments
 (0)