From 47a89eaed4c72ed3a42f3235913d6c64d9d94918 Mon Sep 17 00:00:00 2001 From: Gabriel Omar Cotelli Date: Mon, 7 Aug 2023 14:56:05 -0300 Subject: [PATCH] Add new package to rowan spec --- rowan/components/Deployment.ston | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rowan/components/Deployment.ston b/rowan/components/Deployment.ston index ea38862..729b3b9 100644 --- a/rowan/components/Deployment.ston +++ b/rowan/components/Deployment.ston @@ -5,6 +5,7 @@ RwSimpleProjectLoadComponentV2 { #packageNames : [ 'Buoy-Assertions', 'Buoy-Assertions-Extensions', + 'Buoy-Collections-Extensions', 'Buoy-Collections-GS64-Extensions', 'Buoy-Comparison', 'Buoy-Comparison-Extensions', @@ -23,6 +24,9 @@ RwSimpleProjectLoadComponentV2 { 'Buoy-Assertions-Extensions' : { 'symbolDictName' : 'Globals' }, + 'Buoy-Collections-Extensions' : { + 'symbolDictName' : 'Globals' + }, 'Buoy-Collections-GS64-Extensions' : { 'symbolDictName' : 'Globals' },