Skip to content

Commit

Permalink
Fix snapshot version dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
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
@@ -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"
Expand All @@ -21,7 +21,7 @@
[cljs-uuid "0.0.4"]
[ring "1.3.2"]
^{:voom {:repo "git@github.com: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"]
Expand Down

0 comments on commit 30d1b50

Please sign in to comment.