Skip to content

Commit

Permalink
Merge pull request #278 from ObjectProfile/275-Correct-baseline
Browse files Browse the repository at this point in the history
275 correct baseline
  • Loading branch information
bergel authored Aug 23, 2020
2 parents 9676f6c + 76ddd4b commit 90c0087
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/BaselineOfRoassal3/BaselineOfRoassal3.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ BaselineOfRoassal3 >> baseline: spec [
"our dependencies"
"https://github.com/ObjectProfile/Roassal3"
spec baseline: 'AthensSVG' with: [
spec repository: 'github://pharo-contributions/Athens-SVG' ].
spec repository: 'github://pharo-contributions/Athens-SVG/src' ].
spec package: 'Athens-SVG-PathConverter' with: [
spec repository: 'github://pharo-contributions/Athens-SVG' ].
spec package: 'Geometry' with: [
spec repository: 'github://pharo-contributions/Geometry' ].
spec repository: 'github://pharo-contributions/Athens-SVG/src' ].
spec baseline: 'Geometry' with: [
spec repository: 'github://pharo-contributions/Geometry/src' ].
spec baseline: 'NumericScales'with: [
spec repository: 'github://ObjectProfile/NumericScales' ].
spec repository: 'github://ObjectProfile/NumericScales/src' ].
spec
baseline: 'OSSubprocess'
with: [ spec repository: 'github://pharo-contributions/OSSubprocess/repository' ].
Expand Down

0 comments on commit 90c0087

Please sign in to comment.