Skip to content

Commit

Permalink
poining to master instead of branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ELePors committed Oct 8, 2024
1 parent 34f5951 commit 460d796
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions BaselineOfGeoTools/BaselineOfGeoTools.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,14 @@ BaselineOfGeoTools >> baselineForCommon: spec [
{ #category : #baselines }
BaselineOfGeoTools >> coreDependencies: spec [

spec
baseline: 'OpenSmock'
with: [ spec loads: #('Core'); repository: 'github://OpenSmock/OpenSmock' ].
spec baseline: 'OpenSmock' with: [
spec
loads: #( 'Core' );
repository: 'github://OpenSmock/OpenSmock' ].

spec
baseline: 'Units'
with: [ spec repository: 'github://OpenSmock/Units:dev_new_units' ].
with: [ spec repository: 'github://OpenSmock/Units' ]
]

{ #category : #baselines }
Expand Down

0 comments on commit 460d796

Please sign in to comment.