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 bb6aefc commit 9bb3d05
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Class {
#category : #BaselineOfXMLDOMVisitor
}

{ #category : #accessing }
{ #category : #baselines }
BaselineOfXMLDOMVisitor >> baseline: spec [
<baseline>
spec
for: #common
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
package: 'XML-DOM-Visitor'
Expand Down

0 comments on commit 9bb3d05

Please sign in to comment.