Skip to content

Commit

Permalink
Update Clojure Tools Build to v0.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkiel committed Dec 18, 2024
1 parent 91d747e commit 1b9d7bd
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
{:build
{:deps
{io.github.clojure/tools.build
{:git/tag "v0.10.5" :git/sha "2a21b7a"}}
{:git/tag "v0.10.6" :git/sha "52cf7d6"}}
:ns-default build}

;; For both toying at the terminal and/or use via any nREPL-aware IDE
Expand Down
2 changes: 1 addition & 1 deletion modules/db/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
{:build
{:deps
{io.github.clojure/tools.build
{:git/tag "v0.10.5" :git/sha "2a21b7a"}}
{:git/tag "v0.10.6" :git/sha "52cf7d6"}}
:ns-default build}

:test
Expand Down
2 changes: 1 addition & 1 deletion modules/fhir-structure/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
{:build
{:deps
{io.github.clojure/tools.build
{:git/tag "v0.10.5" :git/sha "2a21b7a"}}
{:git/tag "v0.10.6" :git/sha "52cf7d6"}}
:ns-default build}

:test
Expand Down
2 changes: 1 addition & 1 deletion modules/job-async-interaction/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{:build
{:deps
{io.github.clojure/tools.build
{:git/tag "v0.10.5" :git/sha "2a21b7a"}}
{:git/tag "v0.10.6" :git/sha "52cf7d6"}}
:ns-default build}

:test
Expand Down
2 changes: 1 addition & 1 deletion modules/job-compact/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{:build
{:deps
{io.github.clojure/tools.build
{:git/tag "v0.10.5" :git/sha "2a21b7a"}}
{:git/tag "v0.10.6" :git/sha "52cf7d6"}}
:ns-default build}

:test
Expand Down
2 changes: 1 addition & 1 deletion modules/job-re-index/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{:build
{:deps
{io.github.clojure/tools.build
{:git/tag "v0.10.5" :git/sha "2a21b7a"}}
{:git/tag "v0.10.6" :git/sha "52cf7d6"}}
:ns-default build}

:test
Expand Down
2 changes: 1 addition & 1 deletion modules/job-scheduler/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{:build
{:deps
{io.github.clojure/tools.build
{:git/tag "v0.10.5" :git/sha "2a21b7a"}}
{:git/tag "v0.10.6" :git/sha "52cf7d6"}}
:ns-default build}

:test
Expand Down
2 changes: 1 addition & 1 deletion modules/kv/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{:build
{:deps
{io.github.clojure/tools.build
{:git/tag "v0.10.5" :git/sha "2a21b7a"}}
{:git/tag "v0.10.6" :git/sha "52cf7d6"}}
:ns-default build}

:test
Expand Down
2 changes: 1 addition & 1 deletion modules/metrics/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{:build
{:deps
{io.github.clojure/tools.build
{:git/tag "v0.10.5" :git/sha "2a21b7a"}}
{:git/tag "v0.10.6" :git/sha "52cf7d6"}}
:ns-default build}

:test
Expand Down
2 changes: 1 addition & 1 deletion modules/server/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{:build
{:deps
{io.github.clojure/tools.build
{:git/tag "v0.10.5" :git/sha "2a21b7a"}}
{:git/tag "v0.10.6" :git/sha "52cf7d6"}}
:ns-default build}

:test
Expand Down

0 comments on commit 1b9d7bd

Please sign in to comment.