Skip to content

Commit

Permalink
⬆️ Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pron committed Jul 28, 2017
1 parent 9ca40e2 commit b0edf89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(def quasar-version "0.7.8")
(def quasar-version "0.7.9-SNAPSHOT")

(defproject co.paralleluniverse/pulsar "0.7.8"
(defproject co.paralleluniverse/pulsar "0.7.9-SNAPSHOT"
:description "A Clojure lightweight thread, asynchronous programming, and actor library"
:url "http://github.com/puniverse/pulsar"
:licenses [{:name "Eclipse Public License - v 1.0" :url "http://www.eclipse.org/legal/epl-v10.html"}
Expand All @@ -18,7 +18,7 @@
:dependencies [[org.clojure/clojure "1.8.0"]
[co.paralleluniverse/quasar-core ~quasar-version] ; :classifier "jdk8"
[co.paralleluniverse/quasar-actors ~quasar-version]
[org.ow2.asm/asm "5.1"]
[org.ow2.asm/asm "5.2"]
[org.clojure/core.match "0.2.2" :exclusions [org.ow2.asm/*]]
[org.flatland/useful "0.11.5"]
[gloss "0.2.6" :exclusions [com.yammer.metrics/metrics-core useful]]]
Expand Down

0 comments on commit b0edf89

Please sign in to comment.