Skip to content

Commit

Permalink
Upgrading tmjds tmd version.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuernber committed Dec 13, 2021
1 parent 3324e8b commit ca0366e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{:paths ["src"]
;;We serialize datasets to transit-json
:deps {com.cognitect/transit-cljs {:mvn/version "0.8.269"}
techascent/tech.ml.dataset {:mvn/version "6.038"}
techascent/tech.ml.dataset {:mvn/version "6.039"}
tick/tick {:mvn/version "0.4.24-alpha"}
com.cognitect/transit-clj {:mvn/version "1.0.324"}}
:aliases
Expand All @@ -21,7 +21,7 @@
:exec-fn hf.depstar/jar
:exec-args {:group-id "com.cnuernber"
:artifact-id "tmdjs"
:version "1.003"
:version "1.004-SNAPSHOT"
:sync-pom true
:jar "target/tmdjs.jar"}}
;;deploy to clojars
Expand Down

0 comments on commit ca0366e

Please sign in to comment.