From ffb39faf0d5d8388174d6aa96da874d3ab3f55f6 Mon Sep 17 00:00:00 2001 From: Jan Bliznicenko Date: Mon, 9 Oct 2023 17:09:12 +0200 Subject: [PATCH] updated dependencies --- repository/BaselineOfOPXMI/BaselineOfOPXMI.class.st | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repository/BaselineOfOPXMI/BaselineOfOPXMI.class.st b/repository/BaselineOfOPXMI/BaselineOfOPXMI.class.st index 40cf249..f85d405 100644 --- a/repository/BaselineOfOPXMI/BaselineOfOPXMI.class.st +++ b/repository/BaselineOfOPXMI/BaselineOfOPXMI.class.st @@ -15,12 +15,12 @@ BaselineOfOPXMI >> baseline: spec [ do: [ spec baseline: 'XMLParser' with: [ spec - repository: 'github://pharo-contributions/XML-XMLParser:3.5.x/src'; + repository: 'github://pharo-contributions/XML-XMLParser:4f9cb10'; loads: #(Core) ]. spec baseline: 'XMLWriter' with: [ spec - repository: 'github://pharo-contributions/XML-XMLWriter:2.9.x/src'; + repository: 'github://pharo-contributions/XML-XMLWriter:v3.0.x'; loads: #(Core) ]. spec baseline: 'XMLDOMVisitor'