Skip to content

Commit fa1862a

Browse files
authored
Update BaselineOfCoypuIDE.class.st
1 parent 3f662b1 commit fa1862a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BaselineOfCoypuIDE/BaselineOfCoypuIDE.class.st

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ BaselineOfCoypuIDE >> baseline: spec [
1616
"External Dependencies"
1717
spec
1818
baseline: 'Toplo'
19-
with: [ spec repository: 'github://pharo-graphics/Toplo:Pharo13/src' ].
19+
with: [ spec repository: 'github://pharo-graphics/Toplo:master/src' ].
2020
spec
2121
baseline: 'Phausto'
2222
with: [ spec repository: 'github://lucretiomsp/phausto:main/' ].
@@ -31,7 +31,7 @@ BaselineOfCoypuIDE >> baseline: spec [
3131
"Linkink external dependencies"
3232
spec
3333
package: 'CoypuIDE'
34-
with: [ spec requires: #( 'Toplo' " 'Mooflod' " 'Phausto' ) ];
34+
with: [ spec requires: #( 'Toplo' 'Mooflod' 'Phausto' ) ];
3535
package: 'ICIcons' with: [ spec requires: #( 'Toplo' ) ].
3636

3737
"Baseline groups"

0 commit comments

Comments
 (0)