We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05890d7 commit 1f17592Copy full SHA for 1f17592
1 file changed
src/BaselineOfMoose/BaselineOfMoose.class.st
@@ -60,7 +60,7 @@ BaselineOfMoose >> customProjectAttributes [
60
61
{ #category : #dependencies }
62
BaselineOfMoose >> famix: spec [
63
- spec baseline: 'Famix' with: [ spec repository: 'github://moosetechnology/Famix:development/src' ]
+ spec baseline: 'Famix' with: [ spec repository: 'github://moosetechnology/Famix:v1.x.x/src' ]
64
]
65
66
0 commit comments