Skip to content

Commit

Permalink
Work with new Quasar 0.6.2 POM
Browse files Browse the repository at this point in the history
  • Loading branch information
pron committed Dec 23, 2014
1 parent 89fdeec commit af753d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
:dependencies [[org.clojure/clojure "1.5.1"]
[co.paralleluniverse/quasar-core "0.6.2"] ; :classifier "jdk8"
[co.paralleluniverse/quasar-actors "0.6.2"]
[org.ow2.asm/asm "5.0.3"]
[org.clojure/core.match "0.2.2" :exclusions [org.ow2.asm/*]]
[useful "0.8.8"]
[gloss "0.2.4" :exclusions [com.yammer.metrics/metrics-core useful]]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import java.util.Set;

import com.google.common.base.Function;
import org.objectweb.asm.Type;
import co.paralleluniverse.asm.Type;

/**
*
Expand Down

0 comments on commit af753d2

Please sign in to comment.