Update libGDX to 1.14.0, Clojure to 1.11.3, core.async to 1.6.681
This commit is contained in:
@@ -16,18 +16,18 @@
|
||||
:manifest {"Implementation-Version" ~version}
|
||||
|
||||
:uberjar-name "advent-standalone.jar"
|
||||
:dependencies [[com.badlogicgames.gdx/gdx "1.9.6"]
|
||||
[com.badlogicgames.gdx/gdx-backend-lwjgl3 "1.9.6"]
|
||||
[com.badlogicgames.gdx/gdx-platform "1.9.6" :classifier "natives-desktop"]
|
||||
[org.clojure/clojure "1.8.0"]
|
||||
:dependencies [[com.badlogicgames.gdx/gdx "1.14.0"]
|
||||
[com.badlogicgames.gdx/gdx-backend-lwjgl3 "1.14.0"]
|
||||
[com.badlogicgames.gdx/gdx-platform "1.14.0" :classifier "natives-desktop"]
|
||||
[org.clojure/clojure "1.11.3"]
|
||||
[org.clojars.notid/tools.logging "0.3.2-SNAPSHOT"]
|
||||
[play-clj "0.4.6-BRYCE"]
|
||||
[log4j/log4j "1.2.16"]
|
||||
[org.clojure/data.priority-map "0.0.5"]
|
||||
[org.clojure/core.async "0.2.385"]]
|
||||
[org.clojure/core.async "1.6.681"]]
|
||||
|
||||
:source-paths ["src" "src-common"]
|
||||
:javac-options ["-target" "1.7" "-source" "1.7" "-Xlint:-options"]
|
||||
:javac-options ["-target" "11" "-source" "11" "-Xlint:-options"]
|
||||
:omit-source true
|
||||
:aliases {"pack" ~packs
|
||||
"ultrapack" ["run" "-m" "com.badlogic.gdx.tools.texturepacker.TexturePacker" "asset-work/" "resources/packed/"]
|
||||
|
||||
Reference in New Issue
Block a user