Skip to content

Commit

Permalink
todomvc example: bump clojars deps
Browse files Browse the repository at this point in the history
  • Loading branch information
metametadata committed Oct 16, 2016
1 parent 5f1001d commit a04058c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions examples/todomvc/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
[cljsjs/jquery-ui "1.11.4-0"]
[cljsjs/filesaverjs "1.1.20151003-0"]]}

:clojars-deps {:dependencies [[carry "0.6.0"]
[carry-atom-sync "0.3.0"]
[carry-debugger "0.6.0"]
[carry-history "0.4.0"]
[carry-logging "0.2.0"]
[carry-persistence "0.4.0"]
:clojars-deps {:dependencies [[carry "0.7.0"]
[carry-atom-sync "0.4.0"]
[carry-debugger "0.7.0"]
[carry-history "0.5.0"]
[carry-logging "0.3.0"]
[carry-persistence "0.5.0"]
[carry-reagent "0.7.0"]
[carry-schema "0.5.0"]]}}
[carry-schema "0.6.0"]]}}

:cljsbuild {:builds [{:id "clojars-deps"
:source-paths ["src"]
Expand Down

0 comments on commit a04058c

Please sign in to comment.