Skip to content

Commit

Permalink
Use Iceberg v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed May 13, 2019
1 parent cbb4ec2 commit 5c7c958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaselineOfIDE/BaselineOfIDE.class.st
Expand Up @@ -882,7 +882,7 @@ BaselineOfIDE >> loadCalypso [
BaselineOfIDE >> loadIceberg [
Metacello new
baseline: 'Iceberg';
repository: 'github://pharo-vcs/iceberg:v1.6.0';
repository: 'github://pharo-vcs/iceberg:v1.7.0';
load.
(Smalltalk classNamed: #Iceberg) enableMetacelloIntegration: true.
(Smalltalk classNamed: #IcePharoPlugin) addPharoProjectToIceberg.
Expand Down

0 comments on commit 5c7c958

Please sign in to comment.