Skip to content

Commit ebcd772

Browse files
author
Hernán Morales Durand
committed
Fix require in XML Pull Parser baseline reference
1 parent 4485cec commit ebcd772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repository/BaselineOfBioSmalltalk/BaselineOfBioSmalltalk.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ BaselineOfBioSmalltalk >> projectSpecForStringExtensions: spec [
400400
BaselineOfBioSmalltalk >> projectSpecForXMLPharo12: spec [
401401

402402
spec package: 'BioTools' with: [ spec
403-
requires: #( 'XML-XMLPullParser');
403+
requires: #( 'XMLPullParser');
404404
includes: #('BioPharoCommon') ].
405405
spec
406406
baseline: 'XMLParser'

0 commit comments

Comments
 (0)