Skip to content

Commit a09598c

Browse files
authored
Merge pull request #32 from ba-st/update-seaside-3.3.x
Changed Seaside dependency to a non-broken one
2 parents 2c0a6aa + a642576 commit a09598c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/BaselineOfRenoirSt/BaselineOfRenoirSt.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ BaselineOfRenoirSt >> setUpDependencies: spec [
8181
project: 'Buoy-Tools' copyFrom: 'Buoy' with: [ spec loads: 'Tools' ].
8282

8383
spec
84-
baseline: 'Seaside3' with: [ spec repository: 'github://SeasideSt/Seaside:v3.3.3/repository' ];
84+
baseline: 'Seaside3' with: [ spec repository: 'github://SeasideSt/Seaside:v3.3.x/repository' ];
8585
project: 'Seaside3-Javascript' copyFrom: 'Seaside3' with: [ spec loads: 'Javascript' ]
8686
]

0 commit comments

Comments
 (0)