We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e976b5 commit 2ae7ea5Copy full SHA for 2ae7ea5
.buildkite/nightly.steps.yaml
@@ -37,7 +37,7 @@ env:
37
GDK_REPOSITORY: "[email protected]:spatialos/UnrealGDK.git"
38
MAIN_MAP_NAME: "Control_Small"
39
SPATIAL_PROJECT_NAME: "unreal_gdk"
40
- SPATIAL_RUNTIME_VERSION: "15.0.0-preview-7" ## the runtime version of SpatialOS
+ SPATIAL_RUNTIME_VERSION: "15.0.0-preview-8" ## the runtime version of SpatialOS
41
42
steps:
43
- label: "generate-pipeline-steps"
spatial/spatialos.json
@@ -1,11 +1,11 @@
1
{
2
"name": "your_project_name_here",
3
"project_version": "0.0.1",
4
- "sdk_version": "15.0.0-preview-7",
+ "sdk_version": "15.0.0-preview-8",
5
"dependencies": [
6
7
"name": "standard_library",
8
- "version": "15.0.0-preview-7"
+ "version": "15.0.0-preview-8"
9
}
10
]
11
0 commit comments