Skip to content

Commit

Permalink
next dev iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
pron committed Oct 28, 2014
1 parent 8ad0e27 commit 4c6e8ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.DS_Store
*.iml
.idea/
.nrepl-port
*.iml
/target
build/
/docs/api/
Expand Down
8 changes: 4 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject co.paralleluniverse/pulsar "0.6.1"
(defproject co.paralleluniverse/pulsar "0.6.2-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 @@ -14,8 +14,8 @@
"releases" "https://oss.sonatype.org/content/repositories/releases"}
:test-selectors {:selected :selected}
:dependencies [[org.clojure/clojure "1.5.1"]
[co.paralleluniverse/quasar-core "0.6.1"] ; :classifier "jdk8"
[co.paralleluniverse/quasar-actors "0.6.1"]
[co.paralleluniverse/quasar-core "0.6.2-SNAPSHOT"] ; :classifier "jdk8"
[co.paralleluniverse/quasar-actors "0.6.2-SNAPSHOT"]
[org.clojure/core.match "0.2.2" :exclusions [org.ow2.asm/*]]
[useful "0.8.8"]
[gloss "0.2.2" :exclusions [com.yammer.metrics/metrics-core useful]]
Expand All @@ -28,7 +28,7 @@
"-XX:-UseBiasedLocking"
"-XX:+UseCondCardMark"]
;:injections [(alter-var-root #'*compiler-options* (constantly {:disable-locals-clearing true}))]
:java-agents [[co.paralleluniverse/quasar-core "0.6.1"]] ; :classifier "jdk8" :options "vd"
:java-agents [[co.paralleluniverse/quasar-core "0.6.2-SNAPSHOT"]] ; :classifier "jdk8" :options "vd"
:pedantic :warn
:profiles {;; ----------- dev --------------------------------------
:dev
Expand Down

0 comments on commit 4c6e8ca

Please sign in to comment.