Skip to content

Commit

Permalink
Bump developer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wardle committed Mar 14, 2023
1 parent a199cc9 commit 87585b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
org.lmdbjava/lmdbjava {:mvn/version "0.8.3"}}

:aliases {:build
{:deps {io.github.clojure/tools.build {:mvn/version "0.9.3"}
{:deps {io.github.clojure/tools.build {:mvn/version "0.9.4"}
slipset/deps-deploy {:mvn/version "0.2.0"}
io.github.borkdude/gh-release-artifact {:git/sha "db5e79559fdbfa009ed4a0921079e20e1e76b269"}}
io.github.borkdude/gh-release-artifact {:git/sha "b946558225a7839f6a0f644834e838e190dc2262"}}
:ns-default build}

:run
Expand All @@ -41,7 +41,7 @@
criterium/criterium {:mvn/version "0.4.6"}
com.wsscode/pathom3 {:mvn/version "2023.01.31-alpha"}
com.wsscode/pathom-viz-connector {:mvn/version "2022.02.14"}
djblue/portal {:mvn/version "0.36.0"}}}
djblue/portal {:mvn/version "0.37.0"}}}

:test
{:extra-paths ["cmd" "test" "test/resources"]
Expand Down Expand Up @@ -77,11 +77,11 @@
:exec-args {:patterns [".*-bench$"]}}

:outdated
{:extra-deps {com.github.liquidz/antq {:mvn/version "2.2.999"}}
{:extra-deps {com.github.liquidz/antq {:mvn/version "2.2.1011"}}
:main-opts ["-m" "antq.core"]}

:upgrade
{:extra-deps {com.github.liquidz/antq {:mvn/version "2.2.999"}}
{:extra-deps {com.github.liquidz/antq {:mvn/version "2.2.1011"}}
:main-opts ["-m" "antq.core" "--upgrade"]}

:check
Expand Down

0 comments on commit 87585b5

Please sign in to comment.