Skip to content

Commit

Permalink
library: update tools.build to 0.10.0
Browse files Browse the repository at this point in the history
Latest version caches correctly in docker layer when using the `clojure
-P -X:build` command
  • Loading branch information
practicalli-johnny committed Apr 25, 2024
1 parent 4e79c97 commit ee25c6c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. This change
# [Unreleased]
## Changed
- security: update to clojure 1.11.2
- library: update tools.build to 0.10.0 - caches correctly in docker

# 2024-04-08

Expand Down
6 changes: 3 additions & 3 deletions resources/practicalli/minimal/build/deps.edn.template
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
;; tools.build `build.clj` built script
:build
{:replace-paths ["."]
:replace-deps {io.github.clojure/tools.build
{:git/tag "v0.9.4" :git/sha "76b78fe"}}
:ns-default build}}}
:replace-deps {io.github.clojure/tools.build
{:git/tag "v0.10.0" :git/sha "3a2c484"}}
:ns-default build}}}
6 changes: 3 additions & 3 deletions resources/practicalli/service/build/deps.edn.template
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
;; tools.build `build.clj` built script
:build
{:replace-paths ["."]
:replace-deps {io.github.clojure/tools.build
{:git/tag "v0.9.4" :git/sha "76b78fe"}}
:ns-default build}}}
:replace-deps {io.github.clojure/tools.build
{:git/tag "v0.10.0" :git/sha "3a2c484"}}
:ns-default build}}}
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
:build
{:replace-paths ["."]
:replace-deps {io.github.clojure/tools.build
{:git/tag "v0.9.4" :git/sha "76b78fe"}}
{:git/tag "v0.10.0" :git/sha "3a2c484"}}
:ns-default build}}}
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
;; tools.build `build.clj` built script
:build
{:replace-paths ["."]
:replace-deps {io.github.clojure/tools.build
{:git/tag "v0.9.4" :git/sha "76b78fe"}}
:ns-default build}}}
:replace-deps {io.github.clojure/tools.build
{:git/tag "v0.10.0" :git/sha "3a2c484"}}
:ns-default build}}}

0 comments on commit ee25c6c

Please sign in to comment.