Skip to content

Commit

Permalink
Fix #3057
Browse files Browse the repository at this point in the history
Update iceberg loading version number to 1.6.0
  • Loading branch information
guillep committed Mar 29, 2019
1 parent 485a5eb commit cf519b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaselineOfIDE/BaselineOfIDE.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ BaselineOfIDE >> loadCalypso [
BaselineOfIDE >> loadIceberg [
Metacello new
baseline: 'Iceberg';
repository: 'github://pharo-vcs/iceberg:v1.5.6';
repository: 'github://pharo-vcs/iceberg:v1.6.0';
load.
(Smalltalk classNamed: #Iceberg) enableMetacelloIntegration: true.
(Smalltalk classNamed: #IcePharoPlugin) addPharoProjectToIceberg.
Expand Down

0 comments on commit cf519b1

Please sign in to comment.