Skip to content

Commit 8817f1a

Browse files
committed
feat: Update dependencies in Earthfile
Upgraded Ledger to v2.1.2, Payments to v2.0.25, and added Webhooks v2.1.0. These updates ensure the project benefits from the latest features and improvements across key components.
1 parent 49cbc42 commit 8817f1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Earthfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ VERSION 0.8
22
PROJECT FormanceHQ/stack
33

44
IMPORT github.com/formancehq/earthly:tags/v0.15.0 AS core
5-
IMPORT github.com/formancehq/ledger:v2.1.1 AS ledger
5+
IMPORT github.com/formancehq/ledger:v2.1.2 AS ledger
6+
IMPORT github.com/formancehq/webhooks:v2.1.0 AS webhooks
7+
IMPORT github.com/formancehq/stack/components/payments:v2.0.25 AS payments
68
IMPORT github.com/formancehq/wallets:v2.1.0 AS wallets
79
IMPORT github.com/formancehq/gateway:main AS gateway
8-
IMPORT github.com/formancehq/stack/components/payments:v2.0.24 AS payments
910
IMPORT github.com/formancehq/stack/ee/auth:v2.0.24 AS auth
1011
IMPORT github.com/formancehq/stack/ee/search:v2.0.24 AS search
1112
IMPORT github.com/formancehq/stack/ee/stargate:v2.0.24 AS stargate
12-
IMPORT github.com/formancehq/stack/ee/webhooks:v2.0.24 AS webhooks
1313
IMPORT github.com/formancehq/stack/ee/orchestration:v2.0.24 AS orchestration
1414
IMPORT github.com/formancehq/stack/ee/reconciliation:v2.0.24 AS reconciliation
1515

0 commit comments

Comments
 (0)