Skip to content

Commit

Permalink
upgrade to latest dtype-next
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuernber committed Dec 8, 2024
1 parent da7fb0c commit b39a095
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog
#7.034
# 7.035 - UNRELEASED
* Latest dtype-next (10.124) - contains upgrades to ham-fisted which allow pmap et al. to accept arbitrary executor services.


# 7.034
* Reverted transit encoding of instant back to milliseconds since epoch as js api doesn't support microseconds since epoch.

# 7.033
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{:paths ["src" "resources" "target/classes"]
:deps {;;org.clojure/clojure {:mvn/version "1.11.1"}
cnuernber/dtype-next {:mvn/version "10.122"}
cnuernber/dtype-next {:mvn/version "10.124"}
techascent/tech.io {:mvn/version "4.31"
:exclusions [org.apache.commons/commons-compress]}
org.apache.datasketches/datasketches-java {:mvn/version "4.2.0"}
Expand Down

0 comments on commit b39a095

Please sign in to comment.