Skip to content

Commit

Permalink
Merge pull request #6628 from guillep/enhancement/iceberg1.8.3
Browse files Browse the repository at this point in the history
Load iceberg 1.8.3
  • Loading branch information
MarcusDenker authored Jun 19, 2020
2 parents 433ad80 + d6cc33d commit 88c1a76
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 88c1a76

Please sign in to comment.