Skip to content

Commit

Permalink
MOving to 1.8.0 SNAP
Browse files Browse the repository at this point in the history
  • Loading branch information
fogus committed Aug 17, 2015
1 parent 0bd4037 commit 0cb241b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions project.clj
@@ -1,4 +1,5 @@
(defproject fogus/minderbinder "0.3.0-SNAPSHOT"
:description "Converting one thing into another thing via Clojure at read time and compile time."
:dependencies [[org.clojure/clojure "1.6.0"]]
:plugins [[marginalia "0.8.0-SNAPSHOT"]])
:dependencies [[org.clojure/clojure "1.8.0-master-SNAPSHOT"]]
:plugins [[marginalia "0.8.0-SNAPSHOT"]]
:repositories [["snapshots" "https://oss.sonatype.org/content/repositories/snapshots/"]])

0 comments on commit 0cb241b

Please sign in to comment.