Update to re-frame 0.10.3-alpha2

This commit is contained in:
Daniel Compton 2017-12-12 16:41:51 +13:00
parent aec228f816
commit a56dcd6ed0
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ for inspecting a running `re-frame` application. It should assist you to both un
**Status:** Alpha. [![Clojars Project](https://img.shields.io/clojars/v/day8.re-frame/trace.svg)](https://clojars.org/day8.re-frame/trace) [![Dependencies Status](https://versions.deps.co/Day8/re-frame-trace/status.svg)](https://versions.deps.co/Day8/re-frame-trace)
**Note** [the latest version 0.1.13](https://github.com/Day8/re-frame-trace/releases/tag/0.1.13) ALSO requires the latest version of re-frame itself - `v0.10.3-alpha1`.
**Note** [the latest version 0.1.13](https://github.com/Day8/re-frame-trace/releases/tag/0.1.13) ALSO requires the latest version of re-frame itself - `v0.10.3-alpha2`.
## Dashboard Overview

View File

@ -5,7 +5,7 @@
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.9.671"]
[reagent "0.6.0" :scope "provided"]
[re-frame "0.10.2" :scope "provided"]
[re-frame "0.10.3-alpha2" :scope "provided"]
[binaryage/devtools "0.9.4"]
[garden "1.3.3"]]
:plugins [[thomasa/mranderson "0.4.7"]