Skip to content

Commit

Permalink
Moose 11 stable: Famix v1.1.1 - MooseIDE v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ClotildeToullec committed Jul 5, 2024
1 parent 23b399c commit ad3af08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/BaselineOfMoose/BaselineOfMoose.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ BaselineOfMoose >> famix: spec [
spec
baseline: 'Famix'
with: [
spec repository: 'github://moosetechnology/Famix:development/src' ]
spec repository: 'github://moosetechnology/Famix:v1.1.1/src' ]
]

{ #category : #dependencies }
Expand Down Expand Up @@ -64,8 +64,8 @@ BaselineOfMoose >> mooseIDE: spec [

spec
baseline: 'MooseIDE'
with: [
spec repository: 'github://moosetechnology/MooseIDE:development/src' ]
with: [
spec repository: 'github://moosetechnology/MooseIDE:v2.0.5/src' ]
]

{ #category : #accessing }
Expand Down

0 comments on commit ad3af08

Please sign in to comment.