Skip to content

Commit 2d12969

Browse files
Update BaselineOfCalypso.class.st
Update repository version of pharo-ide/Commander and pharo-ide/SystemCommands
1 parent 28f3b6c commit 2d12969

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BaselineOfCalypso/BaselineOfCalypso.class.st

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ BaselineOfCalypso >> baseline: spec [
1616
project: 'ClassAnnotationTests' copyFrom: 'ClassAnnotation' with: [
1717
spec loads: 'Tests'];
1818
baseline: 'Commander' with: [
19-
spec repository: 'github://pharo-ide/Commander:v0.8.0/src' ];
19+
spec repository: 'github://pharo-ide/Commander:v0.8.1/src' ];
2020
baseline: 'SystemCommands' with: [
21-
spec repository: 'github://pharo-ide/SystemCommands:v0.12.1/src' ].
21+
spec repository: 'github://pharo-ide/SystemCommands:v0.12.2/src' ].
2222

2323
spec
2424
package: #'Calypso-NavigationModel';

0 commit comments

Comments
 (0)