]> localhost Git - adventofcode2019.git/blobdiff - project.clj
Fix Intcode bug (uninitialized memory was nil)
[adventofcode2019.git] / project.clj
index fe88a58906cbf459f60fe9737b29c53fc392ce8c..6de5bc22c5496aee9643011b44a8d9d101b08323 100644 (file)
@@ -4,7 +4,9 @@
 ;;:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
 ;;          :url "https://www.eclipse.org/legal/epl-2.0/"}
   :dependencies [[org.clojure/clojure "1.10.0"]
-                 [org.clojure/math.combinatorics "0.1.6"]]
+                 [org.clojure/core.match "0.3.0"]
+                 [org.clojure/math.combinatorics "0.1.6"]
+                 [org.clojure/core.async "0.6.532"]]
   :main ^:skip-aot adventofcode2019.core
   :target-path "target/%s"
   :profiles {:uberjar {:aot :all}})