Skip to content

Commit 9d85b51

Browse files
committed
Use Evref-BL version of TS now that the PR is integrated
Fixes #6
1 parent fb3fd7c commit 9d85b51

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/BaselineOfFASTPython/BaselineOfFASTPython.class.st

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ BaselineOfFASTPython >> projectClass [
4949

5050
{ #category : 'dependencies' }
5151
BaselineOfFASTPython >> treeSitter: spec [
52-
self flag: #todo. "Do a PR to TreeSitter and use 'github://Evref-BL/Pharo-Tree-Sitter:main/src'"
5352
spec
54-
baseline: 'TreeSitter' with: [ spec repository: 'github://jecisc/Pharo-Tree-Sitter:customizableimporter/src' ]
53+
baseline: 'TreeSitter' with: [ spec repository: 'github://Evref-BL/Pharo-Tree-Sitter:main/src' ]
5554
]

0 commit comments

Comments
 (0)