Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed Jan 15, 2018
1 parent d0d3c69 commit b229538
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
:url "https://github.com/funcool/octet"
:license {:name "Public Domain"
:url "http://unlicense.org/"}
:dependencies [[org.clojure/clojure "1.8.0" :scope "provided"]
[org.clojure/clojurescript "1.9.293" :scope "provided"]
:dependencies [[org.clojure/clojure "1.9.0" :scope "provided"]
[org.clojure/clojurescript "1.9.946" :scope "provided"]
[io.netty/netty-buffer "4.1.5.Final"]]

:source-paths ["src"]
Expand All @@ -21,7 +21,13 @@
:src-uri "http://github.com/funcool/codeina/blob/master/"
:src-uri-prefix "#L"}

:plugins [[funcool/codeina "0.5.0"]
[lein-ancient "0.6.10"]])
:profiles
{:dev {:dependencies [[org.clojure/tools.namespace "0.2.11"]]
:aliases {"test-all" ["with-profile" "dev,1.8:dev,1.7:dev" "test"]}
:global-vars {*warn-on-reflection* false}
:plugins [[funcool/codeina "0.5.0"]
[lein-ancient "0.6.15"]]}
:1.8 {:dependencies [[org.clojure/clojure "1.8.0"]]}
:1.7 {:dependencies [[org.clojure/clojure "1.7.0"]]}})


0 comments on commit b229538

Please sign in to comment.