File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- (def figwheel-version " 0.5.15 " )
1
+ (def figwheel-version " 0.5.17 " )
2
2
(def environ-version " 1.1.0" )
3
3
(defproject binaryage /devtools-sample " 0.1.0-SNAPSHOT"
4
4
:description " An example integration of cljs-devtools"
5
5
:url " https://github.com/binaryage/cljs-devtools-sample"
6
6
7
7
:dependencies [[org.clojure/clojure " 1.9.0" ]
8
- [org.clojure/clojurescript " 1.10.238 " ]
9
- [org.clojure/core.async " 0.4.474 " ]
8
+ [org.clojure/clojurescript " 1.10.439 " ]
9
+ [org.clojure/core.async " 0.4.490 " ]
10
10
[binaryage/devtools " 0.9.10" ]
11
11
[binaryage/dirac " RELEASE" ]
12
- [com.cognitect/transit-clj " 0.8.303 " ]
12
+ [com.cognitect/transit-clj " 0.8.313 " ]
13
13
[cljs-http " 0.1.45" ]
14
14
[environ ~environ-version]
15
15
[figwheel ~figwheel-version]]
16
16
17
- :plugins [[lein-cljsbuild " 1.1.6 " ]
17
+ :plugins [[lein-cljsbuild " 1.1.7 " ]
18
18
[lein-figwheel ~figwheel-version]
19
19
[lein-shell " 0.5.0" ]
20
20
[lein-environ ~environ-version]]
You can’t perform that action at this time.
0 commit comments