Skip to content

Commit

Permalink
Update figwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
Juholei committed Nov 14, 2017
1 parent 3a23dcd commit 3f484f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
[cljsjs/react "15.6.1-1"]
[cljsjs/react-dom "15.6.1-1"]
[cljs-react-material-ui "0.2.48"]
[figwheel "0.5.10"]
[figwheel "0.5.14"]

;; Something pulls an old guava which prevents closure compiler
;; override here
[com.google.guava/guava "21.0"]
]

:plugins [[lein-cljsbuild "1.1.5"]
[lein-figwheel "0.5.10"]]
[lein-figwheel "0.5.14"]]

;; Sources for backend: clj and cljc (shared with frontend)
:source-paths ["src/clj" "src/cljc"]
Expand Down

0 comments on commit 3f484f4

Please sign in to comment.