We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f3b6c commit 2d12969Copy full SHA for 2d12969
src/BaselineOfCalypso/BaselineOfCalypso.class.st
@@ -16,9 +16,9 @@ BaselineOfCalypso >> baseline: spec [
16
project: 'ClassAnnotationTests' copyFrom: 'ClassAnnotation' with: [
17
spec loads: 'Tests'];
18
baseline: 'Commander' with: [
19
- spec repository: 'github://pharo-ide/Commander:v0.8.0/src' ];
+ spec repository: 'github://pharo-ide/Commander:v0.8.1/src' ];
20
baseline: 'SystemCommands' with: [
21
- spec repository: 'github://pharo-ide/SystemCommands:v0.12.1/src' ].
+ spec repository: 'github://pharo-ide/SystemCommands:v0.12.2/src' ].
22
23
spec
24
package: #'Calypso-NavigationModel';
0 commit comments