Skip to content

Commit

Permalink
Upgrade clojure and libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
alumi committed Feb 10, 2016
1 parent 4c5a44c commit cddf7e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
:url "https://github.com/chrovis/clj-bwa"
:license {:name "Apache License, Version 2.0"
:url "http:https://www.apache.org/licenses/LICENSE-2.0.html"}
:dependencies [[org.clojure/clojure "1.6.0"]
[net.java.dev.jna/jna "4.1.0"]
[camel-snake-kebab "0.2.4"]]
:plugins [[lein-midje "3.1.3"]]
:profiles {:dev {:dependencies [[midje "1.6.3"]
:dependencies [[org.clojure/clojure "1.8.0"]
[net.java.dev.jna/jna "4.2.1"]
[camel-snake-kebab "0.3.2"]]
:plugins [[lein-midje "3.2"]]
:profiles {:dev {:dependencies [[midje "1.8.3"]
[me.raynes/fs "1.4.6"]]
:global-vars {*warn-on-reflection* true}}}
:source-paths ["src/clojure"]
Expand Down

0 comments on commit cddf7e4

Please sign in to comment.