From 1999c68485e994ecd96eaab2afb2afc1d8cad8c0 Mon Sep 17 00:00:00 2001 From: Matthew Sandford Date: Thu, 14 Jan 2021 12:03:14 +0000 Subject: [PATCH] Update to preview 8 --- .buildkite/nightly.steps.yaml | 2 +- spatial/spatialos.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.buildkite/nightly.steps.yaml b/.buildkite/nightly.steps.yaml index 3b9983f5..d0285fdf 100644 --- a/.buildkite/nightly.steps.yaml +++ b/.buildkite/nightly.steps.yaml @@ -37,7 +37,7 @@ env: GDK_REPOSITORY: "git@github.com:spatialos/UnrealGDK.git" MAIN_MAP_NAME: "Control_Small" SPATIAL_PROJECT_NAME: "unreal_gdk" - SPATIAL_RUNTIME_VERSION: "15.0.0-preview-6" ## the runtime version of SpatialOS + SPATIAL_RUNTIME_VERSION: "15.0.0-preview-8" ## the runtime version of SpatialOS steps: - label: "generate-pipeline-steps" diff --git a/spatial/spatialos.json b/spatial/spatialos.json index d5a60dbc..493b569f 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": "15.0.0-preview-6", + "sdk_version": "15.0.0-preview-8", "dependencies": [ { "name": "standard_library", - "version": "15.0.0-preview-6" + "version": "15.0.0-preview-8" } ] }