Skip to content

Commit

Permalink
Merge pull request #61 from keboola/kacurez-update-clojure-1-10
Browse files Browse the repository at this point in the history
update to clojure 1.10 + deps
  • Loading branch information
kacurez authored Jan 3, 2019
2 parents 2e73530 + 387b811 commit 0789a1b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM clojure:boot-2.8.1-alpine
FROM clojure:boot-2.8.2-alpine
MAINTAINER <tomas.kacur@keboola.com>

# ENV BOOT_JVM_OPTIONS=-Xmx256m
ENV BOOT_CLOJURE_VERSION=1.9.0
ENV BOOT_CLOJURE_VERSION=1.10.0

ADD . /code
WORKDIR /code
Expand Down
14 changes: 7 additions & 7 deletions build.boot
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
(set-env!
:source-paths #{"src" "test"}
:dependencies '[
[org.clojure/clojure "1.9.0"]
[cheshire "5.8.0"]
[clj-http "3.7.0"]
[clojure-csv/clojure-csv "2.0.2"]
[org.clojure/clojure "1.10.0"]
[cheshire "5.8.1"]
[clj-http "3.9.1"]
[de.ubercode.clostache/clostache "1.4.0"]
[org.clojure/tools.cli "0.3.5"]
[org.clojure/tools.cli "0.4.1"]
[semantic-csv "0.2.0"]
[org.clojure/data.csv "0.1.4"]
[org.clojure/test.check "0.9.0"]
[org.clojure/core.async "0.4.474"]
[org.clojure/core.async "0.4.490"]
[adzerk/boot-test "1.2.0" :scope "test"]
[clj-http-fake "1.0.3"]
[slingshot "0.12.2"]
[clj-time "0.14.2"]])
[clj-time "0.15.1"]
[clojure-csv/clojure-csv "2.0.2"]])


(require '[adzerk.boot-test :refer :all])
Expand Down

0 comments on commit 0789a1b

Please sign in to comment.