Skip to content

Commit a642576

Browse files
authored
Changed Seaside dependency to a non-broken one
1 parent 2c0a6aa commit a642576

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)