Skip to content

Commit

Permalink
Merge pull request #55 from ba-st/update_deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
gcotelli authored Jul 19, 2024
2 parents a7fd7d7 + f67e1d4 commit 4368e57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rowan/projects/Chalten.ston
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ RwLoadSpecificationV2 {
#specName: 'Chalten',
#projectName : 'Chalten',
#gitUrl : 'https://github.com/ba-st/Chalten.git',
#revision : 'v9',
#revision : 'v10',
#projectSpecFile : 'rowan/project.ston',
#componentNames : [
'Deployment'
Expand Down
4 changes: 2 additions & 2 deletions source/BaselineOfKepler/BaselineOfKepler.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ BaselineOfKepler >> projectClass [
BaselineOfKepler >> setUpDependencies: spec [

spec
baseline: 'Buoy' with: [ spec repository: 'github://ba-st/Buoy:v7' ];
baseline: 'Buoy' with: [ spec repository: 'github://ba-st/Buoy:v8' ];
project: 'Buoy-Deployment' copyFrom: 'Buoy' with: [ spec loads: 'Deployment' ];
project: 'Buoy-SUnit' copyFrom: 'Buoy' with: [ spec loads: 'Dependent-SUnit-Extensions' ];
project: 'Buoy-Tools' copyFrom: 'Buoy' with: [ spec loads: 'Tools' ].

spec
baseline: 'Chalten' with: [ spec repository: 'github://ba-st/Chalten:v9' ];
baseline: 'Chalten' with: [ spec repository: 'github://ba-st/Chalten:v10' ];
project: 'Chalten-Deployment-Gregorian' copyFrom: 'Chalten' with: [ spec loads: 'Deployment-Gregorian' ].
]

Expand Down

0 comments on commit 4368e57

Please sign in to comment.