diff --git a/src/BaselineOfPolyMath/BaselineOfPolyMath.class.st b/src/BaselineOfPolyMath/BaselineOfPolyMath.class.st index aa2deb535..83ca7e29f 100644 --- a/src/BaselineOfPolyMath/BaselineOfPolyMath.class.st +++ b/src/BaselineOfPolyMath/BaselineOfPolyMath.class.st @@ -28,7 +28,7 @@ BaselineOfPolyMath >> baseline: spec [ with: [ spec repository: 'github://smarr/SMark:v1.0.4' ]; baseline: 'XMLWriter' with: [ spec - repository: 'github://pharo-contributions/XML-XMLWriter:2.9.0/src' ]. + repository: 'github://pharo-contributions/XML-XMLWriter:2.9.x/src' ]. spec package: 'ExtendedNumberParser'; package: 'Math-Accuracy-Core';