We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f662b1 commit fa1862aCopy full SHA for fa1862a
BaselineOfCoypuIDE/BaselineOfCoypuIDE.class.st
@@ -16,7 +16,7 @@ BaselineOfCoypuIDE >> baseline: spec [
16
"External Dependencies"
17
spec
18
baseline: 'Toplo'
19
- with: [ spec repository: 'github://pharo-graphics/Toplo:Pharo13/src' ].
+ with: [ spec repository: 'github://pharo-graphics/Toplo:master/src' ].
20
21
baseline: 'Phausto'
22
with: [ spec repository: 'github://lucretiomsp/phausto:main/' ].
@@ -31,7 +31,7 @@ BaselineOfCoypuIDE >> baseline: spec [
31
"Linkink external dependencies"
32
33
package: 'CoypuIDE'
34
- with: [ spec requires: #( 'Toplo' " 'Mooflod' " 'Phausto' ) ];
+ with: [ spec requires: #( 'Toplo' 'Mooflod' 'Phausto' ) ];
35
package: 'ICIcons' with: [ spec requires: #( 'Toplo' ) ].
36
37
"Baseline groups"
0 commit comments