diff --git a/project.clj b/project.clj index 77ec8bc..cace5be 100755 --- a/project.clj +++ b/project.clj @@ -3,12 +3,12 @@ :url "https://github.com/oakes/play-clj" :license {:name "Public Domain" :url "http://unlicense.org/UNLICENSE"} - :dependencies [[com.badlogicgames.gdx/gdx "1.9.5"] - [com.badlogicgames.gdx/gdx-box2d "1.9.5"] - [com.badlogicgames.gdx/gdx-bullet "1.9.5"] - [org.clojure/clojure "1.6.0"]] + :dependencies [[com.badlogicgames.gdx/gdx "1.14.1"] + [com.badlogicgames.gdx/gdx-box2d "1.14.1"] + [com.badlogicgames.gdx/gdx-bullet "1.14.1"] + [org.clojure/clojure "1.11.3"]] :repositories [["sonatype" "https://oss.sonatype.org/content/repositories/releases/"]] :source-paths ["src"] :java-source-paths ["src-java"] - :javac-options ["-target" "1.6" "-source" "1.6" "-Xlint:-options"]) + :javac-options ["-target" "11" "-source" "11" "-Xlint:-options"])