Skip to content

Commit 8aab940

Browse files
authored
Merge pull request #20 from ba-st/update-dependencies
Update setUpDependencies..st
2 parents 19ccc55 + 40f8207 commit 8aab940

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/BaselineOfWillowPlayground.package/BaselineOfWillowPlayground.class/instance/setUpDependencies..st

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ setUpDependencies: spec
44
spec
55
baseline: 'WillowBootstrap'
66
with: [ spec
7-
repository: 'github://ba-st/Willow-Bootstrap:master/source';
7+
repository: 'github://ba-st/Willow-Bootstrap:v4.0.0/source';
88
loads: #('Deployment') ];
99
import: 'WillowBootstrap'.
1010

1111
spec
1212
baseline: 'WillowJQueryUI'
1313
with: [ spec
14-
repository: 'github://ba-st/Willow-JQueryUI:master/source';
14+
repository: 'github://ba-st/Willow-JQueryUI:v4.0.0/source';
1515
loads: #('Deployment') ];
1616
import: 'WillowJQueryUI'.
1717

1818
spec
1919
baseline: 'WillowSpinKit'
2020
with: [ spec
21-
repository: 'github://ba-st/Willow-SpinKit:master/source';
21+
repository: 'github://ba-st/Willow-SpinKit:v1.0.2/source';
2222
loads: #('Deployment') ];
23-
import: 'WillowSpinKit'
23+
import: 'WillowSpinKit'

0 commit comments

Comments
 (0)