We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b8c7a8 commit c597f02Copy full SHA for c597f02
source/BaselineOfKepler/BaselineOfKepler.class.st
@@ -60,6 +60,6 @@ BaselineOfKepler >> setUpDependencies: spec [
60
project: 'Buoy-Tools' copyFrom: 'Buoy' with: [ spec loads: 'Tools' ].
61
62
spec
63
- baseline: 'Chalten' with: [ spec repository: 'github://ba-st/Chalten:v8/repository' ];
+ baseline: 'Chalten' with: [ spec repository: 'github://ba-st/Chalten:v8/source' ];
64
project: 'Chalten-Gregorian' copyFrom: 'Chalten' with: [ spec loads: 'Chalten-Gregorian-Calendar' ]
65
]
0 commit comments