diff --git a/CHANGELOG.md b/CHANGELOG.md index 93821c2..b4aa0f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/resources/practicalli/minimal/build/deps.edn.template b/resources/practicalli/minimal/build/deps.edn.template index 5eac784..3523d60 100644 --- a/resources/practicalli/minimal/build/deps.edn.template +++ b/resources/practicalli/minimal/build/deps.edn.template @@ -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}}} diff --git a/resources/practicalli/service/build/deps.edn.template b/resources/practicalli/service/build/deps.edn.template index c3ebe20..d3c306c 100644 --- a/resources/practicalli/service/build/deps.edn.template +++ b/resources/practicalli/service/build/deps.edn.template @@ -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}}} diff --git a/resources/practicalli/service/build/deps_donut.edn.template b/resources/practicalli/service/build/deps_donut.edn.template index 8094730..4778089 100644 --- a/resources/practicalli/service/build/deps_donut.edn.template +++ b/resources/practicalli/service/build/deps_donut.edn.template @@ -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}}} diff --git a/resources/practicalli/service/build/deps_integrant.edn.template b/resources/practicalli/service/build/deps_integrant.edn.template index 091b374..58deacf 100644 --- a/resources/practicalli/service/build/deps_integrant.edn.template +++ b/resources/practicalli/service/build/deps_integrant.edn.template @@ -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}}}