Skip to content

Commit

Permalink
Update deps to latest compatible versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cap10morgan committed Oct 3, 2022
1 parent a754c82 commit 870a977
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{:deps {org.clojure/clojure {:mvn/version "1.11.1"}
org.clojure/data.xml {:mvn/version "0.2.0-alpha7"}
org.clojure/data.xml {:mvn/version "0.2.0-alpha8"}
com.fluree/alphabase {:mvn/version "3.3.0"}
com.fluree/db {:git/url "https://github.com/fluree/db.git"
:sha "1e2babd68f38a482221cbd5198f9e7e1dc4978d2"}
com.fluree/db {:mvn/version "1.0.5"}
com.fluree/raft {:mvn/version "1.0.0-beta1"}
com.fluree/crypto {:mvn/version "0.4.0"}

Expand All @@ -13,8 +12,8 @@
clucie/clucie {:mvn/version "0.4.2"}

;; AWS S3 API
com.cognitect.aws/api {:mvn/version "0.8.589"}
com.cognitect.aws/endpoints {:mvn/version "1.1.12.280"}
com.cognitect.aws/api {:mvn/version "0.8.596"}
com.cognitect.aws/endpoints {:mvn/version "1.1.12.307"}
com.cognitect.aws/s3 {:mvn/version "822.2.1145.0"}

;; web server
Expand All @@ -24,7 +23,7 @@
compojure/compojure {:mvn/version "1.7.0"}

;; logging
ch.qos.logback/logback-classic {:mvn/version "1.4.0"}
ch.qos.logback/logback-classic {:mvn/version "1.4.3"}

;; config
environ/environ {:git/url "https://github.com/cap10morgan/environ.git"
Expand All @@ -49,7 +48,7 @@
{:extra-paths ["test" "test-resources"]
:extra-deps {com.cognitect/test-runner
{:git/url "https://github.com/cognitect-labs/test-runner.git"
:sha "a85b3b02765fb68684ab9ee4a8598eacf7e471d2"}}
:sha "a522ab2851a2aa5bf9c22a942b45287a3a019310"}}
:exec-fn cognitect.test-runner.api/test}

:jar
Expand Down Expand Up @@ -109,7 +108,7 @@
:main-opts ["-m" "cloverage.coverage" "-p" "src" "-s" "test" "--test-ns-regex" "^fluree\\.db\\.ledger\\.ledger-test*$" "--output" "scanning_results/coverage"]}

:eastwood
{:extra-deps {jonase/eastwood {:mvn/version "1.2.5"}}
{:extra-deps {jonase/eastwood {:mvn/version "1.3.0"}}
:main-opts ["-m" "eastwood.lint" {:source-paths ["src"] :test-paths ["test"]}]}

:ancient
Expand Down

0 comments on commit 870a977

Please sign in to comment.