Skip to content

Commit

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

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 Feb 25, 2022
1 parent 184999b commit abae31f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cli/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
:sha "538fc6f4147badf3a457b3eb8f9f95dd3bc947b1"}}
:main-opts ["-m" "cognitect.test-runner" "-d" "pod-test"]}
:build {:extra-paths ["../lib/resources"]
:replace-deps {io.github.clojure/tools.build {:tag "v0.7.7" :sha "1474ad6"}
:replace-deps {io.github.clojure/tools.build {:tag "v0.8.0" :sha "e3e3532"}
com.github.ericdallo/deps-bin {:mvn/version "0.1.1"}
slipset/deps-deploy {:mvn/version "0.2.0"}
com.google.guava/guava {:mvn/version "31.0.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.7.7"
:sha "1474ad6"}}}
:tag "v0.8.0"
:sha "e3e3532"}}}
:test {:extra-deps {lambdaisland/kaocha {:mvn/version "1.60.977"}}
: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 @@ -21,7 +21,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.7.7"
:sha "1474ad6"}
:tag "v0.8.0"
:sha "e3e3532"}
slipset/deps-deploy {:mvn/version "0.2.0"}}
:ns-default build}}}
1 change: 0 additions & 1 deletion lib/src/clojure_lsp/settings.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
(:refer-clojure :exclude [get])
(:require
[clojure-lsp.config :as config]
[clojure-lsp.shared :as shared]
[clojure.core.memoize :as memoize]
[clojure.string :as string]
[clojure.walk :as walk]
Expand Down

0 comments on commit abae31f

Please sign in to comment.