From bc7b815e2cbbd6371c306e640ce717a048c992bd Mon Sep 17 00:00:00 2001 From: Keerthi Niranjan Date: Thu, 30 May 2019 17:20:49 +0530 Subject: [PATCH] SEARCH-1502 - Move Query constructor to SFE (#664) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2525c613..33f19c60 100644 --- a/package.json +++ b/package.json @@ -127,6 +127,6 @@ }, "optionalDependencies": { "screen-snippet": "git+https://github.com/symphonyoss/ScreenSnippet.git#v1.0.5", - "swift-search": "5.0.0-beta.3" + "swift-search": "1.55.2-beta.1" } }