Skip to content

Commit

Permalink
chore: bump poly to 0.2.18 and follow breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
imrekoszo committed Jan 26, 2024
1 parent 11ec2a7 commit 510bf79
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
18 changes: 10 additions & 8 deletions bases/test-runner/deps.edn
Original file line number Diff line number Diff line change
@@ -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"}}}}}
5 changes: 3 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -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]}}}}}

0 comments on commit 510bf79

Please sign in to comment.