Skip to content

Commit b8a0af0

Browse files
Merge pull request #32 from ba-st/31-Dependency-error-after-Buoy-changed-repo-schema
Updated Bouy dependency
2 parents a2f2a29 + e71b0d2 commit b8a0af0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/BaselineOfKepler/BaselineOfKepler.class.st

+3-4
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,9 @@ BaselineOfKepler >> baseline: spec [
4040
BaselineOfKepler >> setUpDependencies: spec [
4141

4242
spec
43-
baseline: 'Buoy'
44-
with: [ spec
45-
repository: 'github://ba-st/Buoy:v4/source';
46-
loads: #('Deployment') ].
43+
baseline: 'Buoy' with: [ spec repository: 'github://ba-st/Buoy:v4/source' ];
44+
import: 'Buoy'.
45+
4746
spec
4847
baseline: 'Chalten'
4948
with: [ spec

0 commit comments

Comments
 (0)