Skip to content

Instantly share code, notes, and snippets.

@martijnbouma
Created June 4, 2012 09:23
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 martijnbouma/2867410 to your computer and use it in GitHub Desktop.
Save martijnbouma/2867410 to your computer and use it in GitHub Desktop.
project.clj leiningen problem
(defproject Timesheet "0.1.0-SNAPSHOT"
:description "FIXME: write this!"
:dependencies [[org.clojure/clojure "1.3.0"]
[noir "1.2.1"]
[enlive "1.0.0"]
[clj-time "0.4.2"]
[korma "0.3.0-beta7"]
[lobos "1.0.0-SNAPSHOT"]
[org.xerial/sqlite-jdbc "3.6.14.2"]]
:main timesheet.server)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment