Skip to content

Commit

Permalink
Merge pull request #2 from lamuria/master
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
nbeloglazov committed Sep 20, 2015
2 parents 1936473 + 78e992c commit 53bf642
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(defproject snakejure "0.1"
:description "Snake game written in clojure"
:dependencies [[org.clojure/clojure "1.4.0"]
[quil "1.6.0"]
[aleph "0.3.0-beta5"]])
:dependencies [[org.clojure/clojure "1.7.0"]
[quil "2.2.6"]
[aleph "0.4.0"]])

0 comments on commit 53bf642

Please sign in to comment.