Skip to content

Commit

Permalink
Update baseline to point to Famix v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ClotildeToullec committed Aug 21, 2020
1 parent b3cde9a commit 50db40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaselineOfMidas/BaselineOfMidas.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ BaselineOfMidas >> baseline: spec [
BaselineOfMidas >> baselineOfFamix: spec [
spec
baseline: 'Famix'
with: [ spec repository: 'github://moosetechnology/Famix:development/src' ]
with: [ spec repository: 'github://moosetechnology/Famix:v1.0.0/src' ]
]

{ #category : #baselines }
Expand Down

0 comments on commit 50db40a

Please sign in to comment.