Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Aug 29, 2021
1 parent 3e41d2a commit c1ee393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repository/BaselineOfFsmEditor/BaselineOfFsmEditor.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ BaselineOfFsmEditor >> baseline: spec [
loads: #(Core) ].
spec
baseline: 'OpenPonk'
with: [ spec repository: 'github://openponk/openponk/repository' ].
with: [ spec repository: 'github://openponk/openponk:v3.0.x/repository' ].
spec
baseline: 'OpenPonkModel'
with: [ spec repository: 'github://OpenPonk/openponk-model/repository' ].
with: [ spec repository: 'github://OpenPonk/openponk-model:v2.1.x/repository' ].
spec
package: 'OpenPonk-FSM'
with: [ spec requires: #('OpenPonkModel' 'Mustache' 'XMLParser' 'XPath') ].
Expand Down

0 comments on commit c1ee393

Please sign in to comment.