Skip to content

Commit 4368e57

Browse files
authored
Merge pull request #55 from ba-st/update_deps
Update dependencies
2 parents a7fd7d7 + f67e1d4 commit 4368e57

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rowan/projects/Chalten.ston

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ RwLoadSpecificationV2 {
22
#specName: 'Chalten',
33
#projectName : 'Chalten',
44
#gitUrl : 'https://github.com/ba-st/Chalten.git',
5-
#revision : 'v9',
5+
#revision : 'v10',
66
#projectSpecFile : 'rowan/project.ston',
77
#componentNames : [
88
'Deployment'

source/BaselineOfKepler/BaselineOfKepler.class.st

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ BaselineOfKepler >> projectClass [
4141
BaselineOfKepler >> setUpDependencies: spec [
4242

4343
spec
44-
baseline: 'Buoy' with: [ spec repository: 'github://ba-st/Buoy:v7' ];
44+
baseline: 'Buoy' with: [ spec repository: 'github://ba-st/Buoy:v8' ];
4545
project: 'Buoy-Deployment' copyFrom: 'Buoy' with: [ spec loads: 'Deployment' ];
4646
project: 'Buoy-SUnit' copyFrom: 'Buoy' with: [ spec loads: 'Dependent-SUnit-Extensions' ];
4747
project: 'Buoy-Tools' copyFrom: 'Buoy' with: [ spec loads: 'Tools' ].
4848

4949
spec
50-
baseline: 'Chalten' with: [ spec repository: 'github://ba-st/Chalten:v9' ];
50+
baseline: 'Chalten' with: [ spec repository: 'github://ba-st/Chalten:v10' ];
5151
project: 'Chalten-Deployment-Gregorian' copyFrom: 'Chalten' with: [ spec loads: 'Deployment-Gregorian' ].
5252
]
5353

0 commit comments

Comments
 (0)