From bf17c978220ac8c45cde35e8ca609224b7c98131 Mon Sep 17 00:00:00 2001 From: Matthew Sandford Date: Thu, 12 Mar 2020 16:15:10 +0000 Subject: [PATCH] [UNR-3071][MS] Updating Worker SDK version to 14.5 --- spatial/spatialos.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spatial/spatialos.json b/spatial/spatialos.json index a802479c..e0c2a608 100644 --- a/spatial/spatialos.json +++ b/spatial/spatialos.json @@ -1,11 +1,11 @@ { "name": "your_project_name_here", "project_version": "0.0.1", - "sdk_version": "14.3.0", + "sdk_version": "14.5.0", "dependencies": [ { "name": "standard_library", - "version": "14.3.0" + "version": "14.5.0" } ] }