Skip to content

Commit

Permalink
Use Iceberg 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed Feb 1, 2021
1 parent 48efa68 commit f242e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaselineOfIDE/BaselineOfIDE.class.st
Expand Up @@ -227,7 +227,7 @@ BaselineOfIDE >> baseline: spec [
BaselineOfIDE >> loadIceberg [
Metacello new
baseline: 'Iceberg';
repository: 'github://pharo-vcs/iceberg:v2.0.0';
repository: 'github://pharo-vcs/iceberg:v2.0.1';
onConflictUseLoaded;
load.
(Smalltalk classNamed: #Iceberg) enableMetacelloIntegration: true.
Expand Down

0 comments on commit f242e22

Please sign in to comment.