Start 0.3.0-SNAPSHOT
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
(defproject play-clj "0.2.5-SNAPSHOT"
|
||||
(defproject play-clj "0.3.0-SNAPSHOT"
|
||||
:description "A LibGDX wrapper for easy cross-platform game development"
|
||||
:url "https://github.com/oakes/play-clj"
|
||||
:license {:name "Public Domain"
|
||||
:url "http://unlicense.org/UNLICENSE"}
|
||||
:dependencies [[com.badlogicgames.gdx/gdx "0.9.9"]
|
||||
[org.clojure/clojure "1.5.1"]])
|
||||
:dependencies [[com.badlogicgames.gdx/gdx "1.0-SNAPSHOT"]
|
||||
[org.clojure/clojure "1.5.1"]]
|
||||
:repositories [["sonatype"
|
||||
"https://oss.sonatype.org/content/repositories/snapshots/"]])
|
||||
|
||||
Reference in New Issue
Block a user