From 510bf7903be6b8ed39baaa16d000fa9e982c1ff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Imre=20K=C3=B3sz=C3=B3?= Date: Fri, 26 Jan 2024 22:35:00 +0100 Subject: [PATCH] chore: bump poly to 0.2.18 and follow breaking changes --- bases/test-runner/deps.edn | 18 ++++++++++-------- deps.edn | 5 +++-- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/bases/test-runner/deps.edn b/bases/test-runner/deps.edn index 8eae92d..d024f77 100644 --- a/bases/test-runner/deps.edn +++ b/bases/test-runner/deps.edn @@ -1,14 +1,16 @@ {:paths ["src"] :deps {} - ;; polylith/clj-api is a "provided" dependency + ;; polylith/clj-poly is a "provided" dependency ;; so its :local/root deps don't clash with - ;; those of polylith/clj-poly when used - :aliases {:dev {:extra-deps {polylith/clj-api + ;; those pulled into a workspace when used + :aliases {:dev {:extra-deps {polylith/clj-poly {:git/url "https://github.com/polyfy/polylith" - :git/sha "a073b7c8dbea176a8cb39b3c4d7c3d465c99e946" - :deps/root "projects/api"}}} + :git/tag "v0.2.18" + :git/sha "e8feb79" + :deps/root "projects/poly"}}} :test {:extra-paths [] - :extra-deps {polylith/clj-api + :extra-deps {polylith/clj-poly {:git/url "https://github.com/polyfy/polylith" - :git/sha "a073b7c8dbea176a8cb39b3c4d7c3d465c99e946" - :deps/root "projects/api"}}}}} + :git/tag "v0.2.18" + :git/sha "e8feb79" + :deps/root "projects/poly"}}}}} diff --git a/deps.edn b/deps.edn index 8695634..78c7582 100644 --- a/deps.edn +++ b/deps.edn @@ -35,9 +35,10 @@ :extra-paths ["development/poly"] :extra-deps {polylith/clj-poly {:git/url "https://github.com/polyfy/polylith" - :git/sha "a073b7c8dbea176a8cb39b3c4d7c3d465c99e946" + :git/tag "v0.2.18" + :git/sha "e8feb79" :deps/root "projects/poly"} polylith-kaocha/test-runner {:local/root "projects/test-runner" - :exclusions [polylith/clj-api]}}}}} + :exclusions [polylith/clj-poly]}}}}}