Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Oct 9, 2023
1 parent d5e97f1 commit 3b5e345
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions repository/BaselineOfFsmEditor/BaselineOfFsmEditor.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ Class {
#category : #BaselineOfFsmEditor
}

{ #category : #accessing }
{ #category : #baselines }
BaselineOfFsmEditor >> baseline: spec [

<baseline>
spec for: #common do: [
spec
baseline: 'Mustache'
with: [ spec repository: 'github://noha/mustache:v1.1' ].
with: [ spec repository: 'github://noha/mustache:v1.2' ].
spec baseline: 'XMLParser' with: [
spec
repository: 'github://pharo-contributions/XML-XMLParser:3.5.x/src';
repository: 'github://pharo-contributions/XML-XMLParser:4f9cb10';
loads: #( Core ) ].
spec baseline: 'XPath' with: [
spec
repository: 'github://pharo-contributions/XML-XPath:3450f91/src';
repository: 'github://pharo-contributions/XML-XPath:c063098';
loads: #( Core ) ].
spec
baseline: 'OpenPonk'
Expand Down

0 comments on commit 3b5e345

Please sign in to comment.