Skip to content

Commit

Permalink
Pull in Forecast Clojure API dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mwunsch committed Jan 28, 2016
1 parent bddcc0e commit f76a74f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project.clj
Expand Up @@ -3,7 +3,8 @@
:dependencies [[org.clojure/clojure "1.7.0"]
[org.clojure/core.async "0.2.374"]
[overtone "0.9.1"]
[amazonica "0.3.47"]]
[amazonica "0.3.47"]
[forecast-clojure "1.0.3"]]
:main ^:skip-aot sonic-sketches.core
:target-path "target/%s"
:profiles {:uberjar {:aot :all}})

0 comments on commit f76a74f

Please sign in to comment.