Update libGDX to 1.14.1 and Clojure to 1.11.3
This commit is contained in:
10
project.clj
10
project.clj
@@ -3,12 +3,12 @@
|
|||||||
:url "https://github.com/oakes/play-clj"
|
:url "https://github.com/oakes/play-clj"
|
||||||
:license {:name "Public Domain"
|
:license {:name "Public Domain"
|
||||||
:url "http://unlicense.org/UNLICENSE"}
|
:url "http://unlicense.org/UNLICENSE"}
|
||||||
:dependencies [[com.badlogicgames.gdx/gdx "1.9.5"]
|
:dependencies [[com.badlogicgames.gdx/gdx "1.14.1"]
|
||||||
[com.badlogicgames.gdx/gdx-box2d "1.9.5"]
|
[com.badlogicgames.gdx/gdx-box2d "1.14.1"]
|
||||||
[com.badlogicgames.gdx/gdx-bullet "1.9.5"]
|
[com.badlogicgames.gdx/gdx-bullet "1.14.1"]
|
||||||
[org.clojure/clojure "1.6.0"]]
|
[org.clojure/clojure "1.11.3"]]
|
||||||
:repositories [["sonatype"
|
:repositories [["sonatype"
|
||||||
"https://oss.sonatype.org/content/repositories/releases/"]]
|
"https://oss.sonatype.org/content/repositories/releases/"]]
|
||||||
:source-paths ["src"]
|
:source-paths ["src"]
|
||||||
:java-source-paths ["src-java"]
|
:java-source-paths ["src-java"]
|
||||||
:javac-options ["-target" "1.6" "-source" "1.6" "-Xlint:-options"])
|
:javac-options ["-target" "11" "-source" "11" "-Xlint:-options"])
|
||||||
|
|||||||
Reference in New Issue
Block a user