Skip to content

Commit

Permalink
Merge pull request #1819 from pharo-vcs/dev-2.0
Browse files Browse the repository at this point in the history
using tonel v1.1.0 and libgit-bindings v3.1.0
  • Loading branch information
estebanlm authored Apr 22, 2024
2 parents 4cdc21d + 19b878b commit c2049ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BaselineOfIceberg/BaselineOfIceberg.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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' ]
]

0 comments on commit c2049ea

Please sign in to comment.