We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f517522 commit 04be34dCopy full SHA for 04be34d
examples/simple/project.clj
@@ -2,7 +2,7 @@
2
:dependencies [[org.clojure/clojure "1.8.0"]
3
[org.clojure/clojurescript "1.9.89"]
4
[reagent "0.6.0-rc"]
5
- [re-frame "0.8.0-alpha2"]]
+ [re-frame "0.8.0-alpha3"]]
6
7
:plugins [[lein-cljsbuild "1.1.3"]
8
[lein-figwheel "0.5.4-7"]]
examples/todomvc/project.clj
- [re-frame "0.8.0-SNAPSHOT"]
+ [re-frame "0.8.0-alpha3"]
[binaryage/devtools "0.7.0"]
[secretary "1.2.3"]]
0 commit comments