diff --git a/BaselineOfIceberg/BaselineOfIceberg.class.st b/BaselineOfIceberg/BaselineOfIceberg.class.st index 6dd61590f9..010a6d8407 100644 --- a/BaselineOfIceberg/BaselineOfIceberg.class.st +++ b/BaselineOfIceberg/BaselineOfIceberg.class.st @@ -76,7 +76,7 @@ BaselineOfIceberg >> libgit: spec [ baseline: 'LibGit' with: [ spec - repository: 'github://pharo-vcs/libgit2-pharo-bindings:Pharo12'; + repository: 'github://pharo-vcs/libgit2-pharo-bindings:v3.1.0'; loads: 'default' ]. spec project: 'LibGit-Tests' @@ -128,5 +128,5 @@ BaselineOfIceberg >> resetKMRepository [ BaselineOfIceberg >> tonel: spec [ spec baseline: 'Tonel' - with: [ spec repository: 'github://pharo-vcs/tonel:Pharo12' ] + with: [ spec repository: 'github://pharo-vcs/tonel:v1.1.0' ] ]