Skip to content

Commit

Permalink
update baseline with new dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
akevalion committed Oct 27, 2023
1 parent 8394f6f commit 6b343b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/BaselineOfRoassal/BaselineOfRoassal.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -196,13 +196,13 @@ BaselineOfRoassal >> geometry: spec [
BaselineOfRoassal >> layouts: spec [
spec
baseline: 'RoassalLayouts'
with: [ spec repository: 'github://pharo-graphics/RoassalLayouts/src' ]
with: [ spec repository: 'github://pharo-graphics/RoassalLayouts:v1.01/src' ]
]

{ #category : 'dependencies' }
BaselineOfRoassal >> numeric: spec [
spec baseline: 'NumericScales'with: [
spec repository: 'github://pharo-graphics/NumericScales:v1.02/src' ].
spec repository: 'github://pharo-graphics/NumericScales:v1.03/src' ].
]

{ #category : 'baselines' }
Expand Down Expand Up @@ -265,7 +265,7 @@ BaselineOfRoassal >> roassalGroups: spec core: arr1 examples: arr2 tests: arr3 [
BaselineOfRoassal >> rtree: spec [
spec
baseline: 'RTree'
with: [ spec repository: 'github://pharo-graphics/RTree/src' ]
with: [ spec repository: 'github://pharo-graphics/RTree:v1.01/src' ]
]

{ #category : 'dependencies' }
Expand Down
2 changes: 1 addition & 1 deletion src/Roassal-Menu/RSWorldMenu.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RSWorldMenu class >> discordPNGByteArray [
RSWorldMenu class >> loadExporters [
Metacello new
baseline: 'RoassalExporters';
repository: 'github://pharo-graphics/RoassalExporters';
repository: 'github://pharo-graphics/RoassalExporters:v1.02';
onConflictUseIncoming;
load
]
Expand Down

0 comments on commit 6b343b1

Please sign in to comment.