Skip to content

Commit

Permalink
Use a propert flint version
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinqian00 committed Feb 20, 2024
1 parent 90e57bd commit e92dfad
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@
org.apache.jena/jena-arq {:mvn/version "4.8.0"
:exclusions [org.slf4j/slf4j-api]}
org.slf4j/slf4j-api {:mvn/version "1.7.36"}
com.yetanalytics/flint {:git/sha "572555b1cec0285201b19624fc1190e780d8430e"
:git/url "https://github.com/yetanalytics/flint.git"}
#_{:mvn/version "0.2.1"
:exclusions [org.clojure/clojure
org.clojure/clojurescript]}}
com.yetanalytics/flint {:mvn/version "0.3.0"
:exclusions [org.clojure/clojure
org.clojure/clojurescript]}}
:aliases
{:bench {:extra-paths ["src/bench" "dev-resources"]
:extra-deps {criterium/criterium
Expand Down

0 comments on commit e92dfad

Please sign in to comment.