Skip to content

Commit

Permalink
Merge pull request #30 from StephanEggermont/patch-1
Browse files Browse the repository at this point in the history
Update BaselineOfXMLParser.class.st
  • Loading branch information
astares committed Jan 10, 2024
2 parents a7c9172 + 9036927 commit 531f9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaselineOfXMLParser/BaselineOfXMLParser.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ BaselineOfXMLParser >> xmlWriterOn: spec [
with: [
spec
loads: #('Core');
repository: 'github://pharo-contributions/XML-XMLWriter:v3.1.1/src' ].
repository: 'github://pharo-contributions/XML-XMLWriter:v3.1.x/src' ].

spec
project: 'XMLWriter Tests' copyFrom: 'XMLWriter' with: [ spec loads: #('Tests') ];
Expand Down

0 comments on commit 531f9b7

Please sign in to comment.