Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Oct 9, 2023
1 parent 86209c7 commit ffb39fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repository/BaselineOfOPXMI/BaselineOfOPXMI.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ffb39fa

Please sign in to comment.