Skip to content

Commit

Permalink
Added OpenPonk-Tools to baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Nov 10, 2024
1 parent 7e91c05 commit 7a50d01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion repository/BaselineOfOpenPonk/BaselineOfOpenPonk.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ BaselineOfOpenPonk >> baseline: spec [
package: 'OpenPonk-Spec' with: [
spec requires:
#( 'NewTools' 'Magritte' 'OpenPonkSynchronizedLinks' 'OpenPonk-Morphic' ) ];
package: 'OpenPonk-Releaser'.
package: 'OpenPonk-Releaser';
package: 'OpenPonk-Tools'.
spec
group: 'default'
with: #( 'OpenPonk-Core' 'OpenPonk-Morphic' 'OpenPonk-Spec' );
Expand Down

0 comments on commit 7a50d01

Please sign in to comment.