From 49def84f5a54fce7374186d58b3e4524c4b475a6 Mon Sep 17 00:00:00 2001 From: Bryce Date: Sat, 21 Mar 2026 22:29:09 -0700 Subject: [PATCH] Update libGDX to 1.14.1 and Clojure to 1.11.3 --- project.clj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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"])