diff --git a/.buildkite/nightly.steps.yaml b/.buildkite/nightly.steps.yaml index 3b9983f5..2d0d5351 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-7" ## the runtime version of SpatialOS steps: - label: "generate-pipeline-steps" diff --git a/spatial/spatialos.json b/spatial/spatialos.json index d5a60dbc..2e90916a 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-7", "dependencies": [ { "name": "standard_library", - "version": "15.0.0-preview-6" + "version": "15.0.0-preview-7" } ] }