Move samples to alpha3

This commit is contained in:
Mike Thompson 2016-07-24 17:18:24 +10:00
parent f5175223d5
commit 04be34d615
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.9.89"]
[reagent "0.6.0-rc"]
[re-frame "0.8.0-alpha2"]]
[re-frame "0.8.0-alpha3"]]
:plugins [[lein-cljsbuild "1.1.3"]
[lein-figwheel "0.5.4-7"]]

View File

@ -2,7 +2,7 @@
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.9.89"]
[reagent "0.6.0-rc"]
[re-frame "0.8.0-SNAPSHOT"]
[re-frame "0.8.0-alpha3"]
[binaryage/devtools "0.7.0"]
[secretary "1.2.3"]]