From 3b5e3451b6ef442d1dae5e7bb3d24995fd55c537 Mon Sep 17 00:00:00 2001 From: Jan Bliznicenko Date: Mon, 9 Oct 2023 17:14:17 +0200 Subject: [PATCH] updated dependencies --- .../BaselineOfFsmEditor/BaselineOfFsmEditor.class.st | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/repository/BaselineOfFsmEditor/BaselineOfFsmEditor.class.st b/repository/BaselineOfFsmEditor/BaselineOfFsmEditor.class.st index 0142470..fc868ec 100644 --- a/repository/BaselineOfFsmEditor/BaselineOfFsmEditor.class.st +++ b/repository/BaselineOfFsmEditor/BaselineOfFsmEditor.class.st @@ -4,21 +4,21 @@ Class { #category : #BaselineOfFsmEditor } -{ #category : #accessing } +{ #category : #baselines } BaselineOfFsmEditor >> baseline: spec [ 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'