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 44026f1 commit bbc4b6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions repository/BaselineOfOpenPonk/BaselineOfOpenPonk.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ BaselineOfOpenPonk >> externalProjectsBaseline: spec [

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: 'Magritte' with: [
Expand All @@ -56,7 +56,7 @@ BaselineOfOpenPonk >> externalProjectsBaseline: spec [

spec
baseline: 'NeoJSON'
with: [ spec repository: 'github://svenvc/NeoJSON:a18a783' ]
with: [ spec repository: 'github://svenvc/NeoJSON:b05162a' ]
]

{ #category : #baselines }
Expand Down

0 comments on commit bbc4b6c

Please sign in to comment.