Skip to content

Commit

Permalink
Merge pull request #32 from ba-st/update-seaside-3.3.x
Browse files Browse the repository at this point in the history
Changed Seaside dependency to a non-broken one
  • Loading branch information
gcotelli committed Sep 9, 2019
2 parents 2c0a6aa + a642576 commit a09598c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/BaselineOfRenoirSt/BaselineOfRenoirSt.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ BaselineOfRenoirSt >> setUpDependencies: spec [
project: 'Buoy-Tools' copyFrom: 'Buoy' with: [ spec loads: 'Tools' ].

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

0 comments on commit a09598c

Please sign in to comment.