Advertisement
Guest User

Untitled

a guest
Dec 10th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (defproject mousetrain "0.1.0-SNAPSHOT"
  2.   :description "FIXME: write description"
  3.   :url "http://example.com/FIXME"
  4.   :license {:name "Eclipse Public License"
  5.             :url "http://www.eclipse.org/legal/epl-v10.html"}
  6.   :dependencies [[org.clojure/clojure "1.9.0"]
  7.                  [quil "2.8.0"]]
  8.                  
  9.                  
  10.   :user { :plugins [
  11.                     [lein-kibit "0.1.6"]
  12.                     [cider/cider-nrepl "0.18.0"]]})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement