Skip to content

Instantly share code, notes, and snippets.

@tommyettinger
Created March 12, 2016 06:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tommyettinger/0259d15be0ce241e4a46 to your computer and use it in GitHub Desktop.
Save tommyettinger/0259d15be0ce241e4a46 to your computer and use it in GitHub Desktop.
Cursive issue
(defproject squidlib-clj "0.1.0-SNAPSHOT"
:description ""
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:repositories [["jitpack" "https://jitpack.io"]]
:dependencies [[org.clojure/clojure "1.8.0"]
[com.github.SquidPony.SquidLib/squidlib "-SNAPSHOT"]
[com.github.SquidPony.SquidLib/squidlib-util "-SNAPSHOT"]]
:aot [squidlib-clj.core]
:main squidlib-clj.core)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment