Skip to content

Commit f6862e1

Browse files
authored
Merge pull request #2203 from tesonep/22882-Updating-Calypso
22882-Updating-Calypso
2 parents 6568930 + 217d5d6 commit f6862e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BaselineOfIDE/BaselineOfIDE.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ BaselineOfIDE >> loadCalypso [
845845

846846
Metacello new
847847
baseline: 'Calypso';
848-
repository: 'github://pharo-ide/Calypso:v0.14.1/src';
848+
repository: 'github://pharo-ide/Calypso:v0.14.2/src';
849849
onConflict: [ :err | err useIncoming ];
850850
onUpgrade: [ :err | err useIncoming ];
851851
load: #('FullEnvironment' 'SystemBrowser' 'Tests').

0 commit comments

Comments
 (0)