Skip to content

Commit

Permalink
Merge pull request #4 from Juholei/update-figwheel
Browse files Browse the repository at this point in the history
Update figwheel
  • Loading branch information
tatut authored Nov 15, 2017
2 parents 3a23dcd + 3f484f4 commit 1fd0d47
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 1fd0d47

Please sign in to comment.