From 25eb567de54ce35b8384c68c3506ce51e6363a02 Mon Sep 17 00:00:00 2001 From: oakes Date: Fri, 18 Apr 2014 17:37:24 -0400 Subject: [PATCH] Use Clojure 1.6 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/"]])