Skip to content

Commit 967f73e

Browse files
committed
project: update deps
1 parent e493efd commit 967f73e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

project.clj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[org.clojure/tools.logging "0.4.0"]
1616
[org.clojure/tools.cli "0.3.5"]
1717
[org.clojure/tools.nrepl "0.2.13"]
18-
[binaryage/env-config "0.2.1"]
18+
[binaryage/env-config "0.2.2"]
1919
[http-kit "2.2.0"]
2020
[version-clj "0.1.2"]
2121
[clansi "1.0.0"]
@@ -28,13 +28,13 @@
2828
[binaryage/devtools "0.9.4" :scope "test"]
2929
[environ "1.1.0" :scope "test"]
3030
[cljs-http "0.1.43" :scope "test"]
31-
[figwheel "0.5.12" :scope "test"]
31+
[figwheel "0.5.13" :scope "test"]
3232
[reforms "0.4.3" :scope "test"]
3333
[rum "0.10.8" :scope "test"]
3434
[rum-reforms "0.4.3" :scope "test"]
3535
[cljsjs/parinfer "2.0.0-0" :scope "test"]
3636
[com.lucasbradstreet/cljs-uuid-utils "1.0.2" :scope "test"]
37-
[com.rpl/specter "1.0.2" :scope "test"]
37+
[com.rpl/specter "1.0.3" :scope "test"]
3838
[org.clojure/tools.namespace "0.3.0-alpha3" :scope "test"]
3939
[org.clojure/tools.reader "1.0.5" :scope "test"]
4040

@@ -175,7 +175,7 @@
175175

176176
:cljs
177177
{:plugins [[lein-cljsbuild "1.1.6"]
178-
[lein-figwheel "0.5.12"]]}
178+
[lein-figwheel "0.5.13"]]}
179179

180180
:nuke-aliases
181181
{:aliases ^:replace {}}

0 commit comments

Comments
 (0)