Skip to content

Commit e92aaf7

Browse files
committed
Update dependencies
1 parent 8055450 commit e92aaf7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

+3-3
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:v6.0.0/source';
7+
repository: 'github://ba-st/Willow-Bootstrap:v7.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:v5.0.0/source';
14+
repository: 'github://ba-st/Willow-JQueryUI:v6.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:v3.0.0/source';
21+
repository: 'github://ba-st/Willow-SpinKit:v4.0.0/source';
2222
loads: #('Deployment') ];
2323
import: 'WillowSpinKit'
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
accessing
22
version
33

4-
^ '2.0.0'
4+
^ '3.0.0'

source/Willow-Playground-Smalltalks2017.package/Smalltalks2017FileMetadataLibrary.class/properties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "GabrielOmarCotelli 10/30/2017 15:34",
3-
"super" : "WillowFileMetadataLibrary",
3+
"super" : "WADeploymentAwareFileMetadataLibrary",
44
"category" : "Willow-Playground-Smalltalks2017",
55
"classinstvars" : [ ],
66
"pools" : [ ],

0 commit comments

Comments
 (0)