Skip to content

Commit

Permalink
Update BaselineOfCalypso.class.st
Browse files Browse the repository at this point in the history
Update repository version of pharo-ide/Commander and pharo-ide/SystemCommands
  • Loading branch information
oliveiraallex authored Feb 18, 2020
1 parent 28f3b6c commit 2d12969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BaselineOfCalypso/BaselineOfCalypso.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ BaselineOfCalypso >> baseline: spec [
project: 'ClassAnnotationTests' copyFrom: 'ClassAnnotation' with: [
spec loads: 'Tests'];
baseline: 'Commander' with: [
spec repository: 'github://pharo-ide/Commander:v0.8.0/src' ];
spec repository: 'github://pharo-ide/Commander:v0.8.1/src' ];
baseline: 'SystemCommands' with: [
spec repository: 'github://pharo-ide/SystemCommands:v0.12.1/src' ].
spec repository: 'github://pharo-ide/SystemCommands:v0.12.2/src' ].

spec
package: #'Calypso-NavigationModel';
Expand Down

0 comments on commit 2d12969

Please sign in to comment.