Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Commit

Permalink
fixed dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Oct 9, 2020
1 parent 2eaec4a commit d58d679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repository/BaselineOfUMLShapes/BaselineOfUMLShapes.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ BaselineOfUMLShapes >> baseline: spec [
'github://ObjectProfile/Roassal2:614d7b80eebf6af33a777cec55ecc1c6a7a65482/src' ].
spec
baseline: 'SynchronizedLinks'
with: [ spec repository: 'github://openponk/synchronized-links/repository' ].
with: [ spec repository: 'github://openponk/synchronized-links:v2.0.0/repository' ].
spec
baseline: 'OpenPonk'
with: [ spec repository: 'github://openponk/openponk/repository' ].
with: [ spec repository: 'github://openponk/openponk:v2.0.0/repository' ].
spec
package: 'OpenPonk-UML-DI'
with: [ spec requires: #('Roassal2' 'SynchronizedLinks') ].
Expand Down

0 comments on commit d58d679

Please sign in to comment.