Skip to content

Commit

Permalink
Fix snapshot version dep.
Browse files Browse the repository at this point in the history
Michael Drogalis committed Nov 4, 2015
1 parent ab25b9a commit 30d1b50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject org.onyxplatform/onyx-dashboard "0.8.0-alpha1"
(defproject org.onyxplatform/onyx-dashboard "0.8.0.1-alpha1"
:description "Dashboard for the Onyx distributed computation system"
:url "http://github.com/lbradstreet/onyx-dashboard"
:license {:name "Eclipse Public License"
@@ -21,7 +21,7 @@
[cljs-uuid "0.0.4"]
[ring "1.3.2"]
^{:voom {:repo "[email protected]:onyx-platform/onyx.git" :branch "master"}}
[org.onyxplatform/onyx "0.8.0-SNAPSHOT"]
[org.onyxplatform/onyx "0.8.0-alpha1"]
[com.cognitect/transit-clj "0.8.275"]
[com.cognitect/transit-cljs "0.8.220"]
[cljsjs/moment "2.9.0-0"]

0 comments on commit 30d1b50

Please sign in to comment.