Skip to content

Commit

Permalink
Move to iceberg:v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed Jan 31, 2021
1 parent 97b1fde commit 65c7f4d
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 @@ -227,7 +227,7 @@ BaselineOfIDE >> baseline: spec [
BaselineOfIDE >> loadIceberg [
Metacello new
baseline: 'Iceberg';
repository: 'github://pharo-vcs/iceberg:v1.8.5';
repository: 'github://pharo-vcs/iceberg:v2.0.0';
onConflictUseLoaded;
load.
(Smalltalk classNamed: #Iceberg) enableMetacelloIntegration: true.
Expand Down

0 comments on commit 65c7f4d

Please sign in to comment.