Skip to content

Commit

Permalink
fix poly check
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Adams committed Dec 23, 2024
1 parent f62520d commit d15e9e1
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions bases/app/deps.edn
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
{:paths ["src" "resources"]
:deps {poly/accession {:local/root "../../components/accession"}
poly/activity {:local/root "../../components/activity"}
poly/aws-s3 {:local/root "../../components/aws-s3"}
poly/config {:local/root "../../components/config"}
poly/database {:local/root "../../components/database"}
poly/error {:local/root "../../components/error"}
poly/location {:local/root "../../components/location"}
poly/material {:local/root "../../components/material"}
poly/media {:local/root "../../components/media"}
poly/postmark {:local/root "../../components/postmark"}
poly/store {:local/root "../../components/store"}
poly/taxon {:local/root "../../components/taxon"}
poly/test {:local/root "../../components/test"}
poly/user {:local/root "../../components/user"}
poly/validation {:local/root "../../components/validation"}

babashka/fs {:mvn/version "0.4.19"}
:deps {babashka/fs {:mvn/version "0.4.19"}
com.github.brettatoms/zodiac {:mvn/version "0.4.48"}
com.github.brettatoms/zodiac-assets {:mvn/version "0.1.18"}
com.github.brettatoms/zodiac-sql {:mvn/version "0.1.7"}
Expand Down

0 comments on commit d15e9e1

Please sign in to comment.