Skip to content

Commit 0af6bde

Browse files
committed
stack_lab: depend directly on trinity contracts
1 parent 8f26a3e commit 0af6bde

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • examples/trinity_platform_roundtrip

examples/trinity_platform_roundtrip/mix.exs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ defmodule StackLab.TRINITYPlatformRoundtrip.MixProject do
2727
defp deps do
2828
[
2929
{:trinity_framework, path: "../../../trinity_framework"},
30+
{:trinity_contracts,
31+
path: "../../../trinity_framework/core/trinity_contracts", override: true},
3032
{:app_kit_coordination_surface, path: "../../../app_kit/core/coordination_surface"},
3133
{:stack_lab_coordination_fabric_scanner, path: "../../support/coordination_fabric_scanner"},
3234
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},

0 commit comments

Comments
 (0)