Skip to content

Commit

Permalink
Apply same changes to docker/project.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
skylee03 committed Nov 22, 2023
1 parent a2fdbe5 commit 03849f4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@
:license {:name "Apache License"
:url "https://www.apache.org/licenses/LICENSE-2.0"}
:dependencies [[camel-snake-kebab "0.4.2"]
[com.taoensso/nippy "3.3.0"]
[expound "0.8.9"]
[metosin/jsonista "0.3.3"
:exclusions [com.fasterxml.jackson.core/jackson-databind]]
[com.taoensso/nippy "3.1.1"]
[net.cgrand/parsley "0.9.3" :exclusions [org.clojure/clojure]]
[nrepl "0.8.3"]
[org.clojure/clojure "1.10.3"]
[org.clojure/java.data "1.0.86"]
Expand All @@ -54,8 +55,8 @@
:uberjar {:aot :all :dependencies ~spark-deps}
:dev {:dependencies [[criterium "0.4.6"]
[enlive "1.1.6"]
[midje "1.10.3"]
[techascent/tech.ml.dataset "5.21"
[midje "1.10.9"]
[techascent/tech.ml.dataset "6.024"
:exclusions [ch.qos.logback/logback-classic]]]
:plugins [[lein-ancient "0.7.0"]
[lein-cloverage "1.2.2"]
Expand Down

0 comments on commit 03849f4

Please sign in to comment.