diff --git a/project.clj b/project.clj index acf69f5..6267c50 100644 --- a/project.clj +++ b/project.clj @@ -5,6 +5,6 @@ :url "http://unlicense.org/UNLICENSE"} :dependencies [[com.badlogicgames.gdx/gdx "1.0-SNAPSHOT"] [com.badlogicgames.gdx/gdx-bullet "1.0-SNAPSHOT"] - [org.clojure/clojure "1.5.1"]] + [org.clojure/clojure "1.6.0"]] :repositories [["sonatype" "https://oss.sonatype.org/content/repositories/snapshots/"]])