init 2017
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
(defproject org.ajet/advent-of-code "0.0.0-SNAPSHOT"
|
||||
:description "my 2017 advent of code solutions in clojure"
|
||||
:url "http://github.com/ajetski/advent-of-code"
|
||||
:min-lein-version "2.0.0"
|
||||
:jvm-opts ["-Xmx16g"]
|
||||
:plugins [[cider/cider-nrepl "0.57.0"]]
|
||||
:dependencies [[org.clojure/clojure "1.12.0"]
|
||||
[org.clojure/data.priority-map "1.2.0"]
|
||||
[org.clojure/math.combinatorics "0.3.0"]
|
||||
[babashka/fs "0.5.23"]
|
||||
[org.babashka/http-client "0.4.22"]
|
||||
[org.clojure/core.match "1.1.0"]
|
||||
[clj-python/libpython-clj "2.025"]
|
||||
[tools.aqua/z3-turnkey "4.14.1"]]
|
||||
:source-paths ["src" "../shared/clj/src"])
|
||||
Reference in New Issue
Block a user