Skip to content

Commit

Permalink
Fixing version of Sindarin to correctly build Pharo9
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Aug 24, 2022
1 parent dc849e8 commit 6b5de03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaselineOfNewTools/BaselineOfNewTools.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,6 @@ BaselineOfNewTools >> sindarin: spec [
spec baseline: 'Sindarin' with: [
spec
repository: (self packageRepositoryURL
ifEmpty: [ 'github://pharo-spec/ScriptableDebugger' ]);
ifEmpty: [ 'github://pharo-spec/ScriptableDebugger:b2cb7e99cf22136aea7574399e234ca51a032da8' ]);
loads: 'Core' ]
]

0 comments on commit 6b5de03

Please sign in to comment.