Skip to content

Commit

Permalink
using libgit and tonel Pharo13 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Apr 23, 2024
1 parent c2049ea commit 9a6ba2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BaselineOfIceberg/BaselineOfIceberg.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ BaselineOfIceberg >> libgit: spec [
baseline: 'LibGit'
with: [
spec
repository: 'github://pharo-vcs/libgit2-pharo-bindings:v3.1.0';
loads: 'default' ].
repository: 'github://pharo-vcs/libgit2-pharo-bindings:Pharo13';
loads: 'default' ].
spec
project: 'LibGit-Tests'
copyFrom: 'LibGit'
Expand Down Expand Up @@ -128,5 +128,5 @@ BaselineOfIceberg >> resetKMRepository [
BaselineOfIceberg >> tonel: spec [
spec
baseline: 'Tonel'
with: [ spec repository: 'github://pharo-vcs/tonel:v1.1.0' ]
with: [ spec repository: 'github://pharo-vcs/tonel:Pharo13' ]
]

0 comments on commit 9a6ba2b

Please sign in to comment.