Skip to content

Commit

Permalink
fix deps conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
huahaiy committed Dec 6, 2023
1 parent 9361041 commit 678eb19
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## WIP
### Fixed
- deps conflict

## 0.8.22 (2023-12-06)
### Improved
- [Datalog] `<`, `>`, `<=`, `>=` built-in functions handle any comparable data, not just numbers.
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[com.fasterxml.jackson.core/jackson-databind "2.16.0"]
[com.github.clj-easy/graal-build-time "0.1.4"]
[com.github.jnr/jnr-ffi "2.2.15"]
[com.taoensso/encore "3.74.0"]
;; [com.taoensso/encore "3.68.0"]
[com.taoensso/nippy "3.3.0"]
[com.taoensso/timbre "6.3.1"]
;; only for testing serializing joda-time, as some user data contain these
Expand Down Expand Up @@ -44,7 +44,7 @@
[com.github.jnr/jnr-ffi]
[com.taoensso/timbre]
[org.lmdbjava/lmdbjava]
[com.taoensso/encore]
;; [com.taoensso/encore]
[com.taoensso/nippy]
[org.babashka/sci]
[nrepl/bencode]
Expand Down
6 changes: 3 additions & 3 deletions release.clj
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@
(println "\n\n[ Running tests ]\n")
(sh "./lein-test" :dir "script")

;; (println "\n\n[ Testing jar ]\n")
;; (sh "./jar" :dir "script")
;; (sh "test-jar/test.sh")
(println "\n\n[ Testing jar ]\n")
(sh "./jar" :dir "script")
(sh "test-jar/test.sh")

(println "\n\n[ Testing uberjar ]\n")
(sh "./uberjar" :dir "script")
Expand Down

0 comments on commit 678eb19

Please sign in to comment.