Skip to content

Commit

Permalink
Merge pull request #77 from ba-st/update-app-starter-dependency
Browse files Browse the repository at this point in the history
Update ApplicationStarter dependency
  • Loading branch information
gcotelli authored Dec 2, 2019
2 parents 5e1ac73 + e384fc4 commit f08e625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/BaselineOfStargate/BaselineOfStargate.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ BaselineOfStargate >> setUpDependencies: spec [

spec
baseline: 'ApplicationStarter'
with: [ spec repository: 'github://ba-st/ApplicationStarter:v1/source' ];
with: [ spec repository: 'github://ba-st/ApplicationStarter:v2/source' ];
project: 'ApplicationStarter-Deployment'
copyFrom: 'ApplicationStarter'
with: [ spec loads: 'Deployment' ]
Expand Down

0 comments on commit f08e625

Please sign in to comment.