Skip to content

Commit

Permalink
Update project.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
netb258 committed Mar 24, 2019
1 parent 5f54f23 commit 877a760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Expand Up @@ -3,9 +3,9 @@
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:plugins [[cider/cider-nrepl "0.14.0"]]

:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/tools.nrepl "0.2.12"] ;; Need this to please Cider:

[clojure-lanterna "0.9.7"]] ;; Advanced console library for Clojure.
:main tetris.core
:aot :all)

0 comments on commit 877a760

Please sign in to comment.