Skip to content

Commit

Permalink
fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Oct 9, 2020
1 parent e8a0aba commit 7ff5e1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repository/BaselineOfBormModel/BaselineOfBormModel.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ BaselineOfBormModel >> baseline: spec [
for: #common
do: [ spec
baseline: 'OpenPonkModel'
with: [ spec repository: 'github://openponk/openponk-model/repository' ];
with: [ spec repository: 'github://openponk/openponk-model:v2.0.0/repository' ];
baseline: 'SynchronizedLinks'
with: [ spec repository: 'github://openponk/synchronized-links/repository' ].
with: [ spec repository: 'github://openponk/synchronized-links:v2.0.0/repository' ].
spec
package: 'OpenPonk-BormModel'
with: [ spec requires: #('OpenPonkModel' 'SynchronizedLinks') ].
Expand Down

0 comments on commit 7ff5e1c

Please sign in to comment.