Skip to content

Commit

Permalink
Bumped io.github.clojure/tools.build from v0.8.2 to v0.8.3. (clojure-…
Browse files Browse the repository at this point in the history
…lsp#1085)

Inspect dependency changes here:

Co-authored-by: clojure-lsp-bot <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
clojure-lsp-bot and github-actions[bot] authored Jun 29, 2022
1 parent 3d701f6 commit 5455731
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cli/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
:sha "66867eee7f050af0126c83c876f8031e0eae709a"}}
:main-opts ["-m" "cognitect.test-runner" "-d" "pod-test"]}
:build {:extra-paths ["../lib/resources"]
:replace-deps {io.github.clojure/tools.build {:tag "v0.8.2" :sha "ba1a2bf"}
:replace-deps {io.github.clojure/tools.build {:tag "v0.8.3" :sha "0d20256"}
com.github.ericdallo/deps-bin {:mvn/version "0.1.2"}
slipset/deps-deploy {:mvn/version "0.2.0"}
com.google.guava/guava {:mvn/version "31.1-jre"}}
Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
:extra-deps {clojure-lsp/lib {:local/root "lib"}
clojure-lsp/cli {:local/root "cli"}
io.github.clojure/tools.build {:git/url "https://github.com/clojure/tools.build.git"
:tag "v0.8.2"
:sha "ba1a2bf"}}}
:tag "v0.8.3"
:sha "0d20256"}}}
:test {:extra-deps {lambdaisland/kaocha {:mvn/version "1.68.1059"}}
:extra-paths ["lib/src"
"cli/src"
Expand Down
4 changes: 2 additions & 2 deletions lib/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
:main-opts ["-m" "kaocha.runner"]}
:build {:extra-paths ["resources"]
:deps {io.github.clojure/tools.build {:git/url "https://github.com/clojure/tools.build.git"
:tag "v0.8.2"
:sha "ba1a2bf"}
:tag "v0.8.3"
:sha "0d20256"}
slipset/deps-deploy {:mvn/version "0.2.0"}}
:ns-default build}}}

0 comments on commit 5455731

Please sign in to comment.