Skip to content

Commit

Permalink
bumped up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
uhnuser committed Mar 5, 2019
1 parent 2402c50 commit 99b8515
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
@@ -1,20 +1,20 @@
(defproject cryogen-core "0.1.65"
(defproject cryogen-core "0.1.66"
:description "Cryogen's compiler"
:url "https://github.com/cryogen-project/cryogen-core"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.9.0"]
:dependencies [[org.clojure/clojure "1.10.0"]
[camel-snake-kebab "0.4.0"]
[cheshire "5.8.1"]
[clj-rss "0.2.3"]
[clj-text-decoration "0.0.3"]
[enlive "1.1.6"]
[hawk "0.2.11"]
[hiccup "1.0.5"]
[io.aviso/pretty "0.1.35"]
[io.aviso/pretty "0.1.37"]
[me.raynes/fs "1.4.6"]
[pandect "0.6.1"]
[prismatic/schema "1.1.9"]
[selmer "1.12.3"]]
[prismatic/schema "1.1.10"]
[selmer "1.12.9"]]
:deploy-repositories [["snapshots" :clojars]
["releases" :clojars]])

0 comments on commit 99b8515

Please sign in to comment.