Skip to content

Commit

Permalink
updated deps in example
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasn committed Sep 23, 2017
1 parent 6dfb026 commit de66f17
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions examples/redux-counter01/project.clj
Expand Up @@ -3,25 +3,25 @@
:url "https://github.com/matthiasn/systems-toolbox"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.9.0-alpha17"]
[org.clojure/clojurescript "1.9.562"]
:dependencies [[org.clojure/clojure "1.9.0-alpha19"]
[org.clojure/clojurescript "1.9.908"]
[hiccup "1.0.5"]
[re-frame "0.9.3"]
[re-frame "0.10.1"]
[clj-pid "0.1.2"]
[ch.qos.logback/logback-classic "1.2.3"]
[org.clojure/tools.logging "0.3.1"]
[org.clojure/tools.logging "0.4.0"]
[matthiasn/systemd-watchdog "0.1.3"]
[matthiasn/systems-toolbox "0.6.9"]
[matthiasn/systems-toolbox-sente "0.6.15"]]
[matthiasn/systems-toolbox "0.6.17"]
[matthiasn/systems-toolbox-sente "0.6.17"]]

:source-paths ["src/clj/"]

:clean-targets ^{:protect false} ["resources/public/js/build/" "target/"]

:main example.core

:plugins [[lein-cljsbuild "1.1.6"]
[lein-figwheel "0.5.10"]]
:plugins [[lein-cljsbuild "1.1.7"]
[lein-figwheel "0.5.13"]]

:figwheel {:server-port 3452
:css-dirs ["resources/public/css"]}
Expand Down

0 comments on commit de66f17

Please sign in to comment.