Skip to content

Commit

Permalink
Load iceberg 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Jun 17, 2020
1 parent 1604382 commit d6cc33d
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 @@ -203,7 +203,7 @@ BaselineOfIDE >> baseline: spec [
BaselineOfIDE >> loadIceberg [
Metacello new
baseline: 'Iceberg';
repository: 'github://pharo-vcs/iceberg:v1.8.2';
repository: 'github://pharo-vcs/iceberg:v1.8.3';
onConflictUseLoaded;
load.
(Smalltalk classNamed: #Iceberg) enableMetacelloIntegration: true.
Expand Down

0 comments on commit d6cc33d

Please sign in to comment.