Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wardle committed Jan 15, 2023
1 parent 2acb3fd commit 1c0cb5e
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
Expand Up @@ -9,15 +9,15 @@
com.eldrix/hermes-api {:mvn/version "1.0.0"}
com.eldrix/trud {:mvn/version "1.0.80"}
instaparse/instaparse {:mvn/version "1.4.12"}
io.netty/netty-buffer {:mvn/version "4.1.86.Final"}
io.netty/netty-buffer {:mvn/version "4.1.87.Final"}
org.apache.lucene/lucene-core {:mvn/version "9.4.2"}
org.apache.lucene/lucene-queries {:mvn/version "9.4.2"}
org.apache.lucene/lucene-backward-codecs {:mvn/version "9.4.2"}
org.lmdbjava/lmdbjava {:mvn/version "0.8.2" :exclusions [com.github.jnr/jnr-ffi]}
com.github.jnr/jnr-ffi {:mvn/version "2.2.13"}} ;; pending release of lmdb 0.8.3, this permits using aarch64 lmdb binary

:aliases {:build
{:deps {io.github.clojure/tools.build {:git/tag "v0.9.0" :git/sha "8c93e0c"}
{:deps {io.github.clojure/tools.build {:git/tag "v0.9.1" :git/sha "27ff8a4"}
slipset/deps-deploy {:mvn/version "RELEASE"}
io.github.borkdude/gh-release-artifact {:git/sha "db5e79559fdbfa009ed4a0921079e20e1e76b269"}}
:ns-default build}
Expand Down

0 comments on commit 1c0cb5e

Please sign in to comment.