Skip to content

Commit 2ae7ea5

Browse files
Update to preview 8 (#243)
1 parent 2e976b5 commit 2ae7ea5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.buildkite/nightly.steps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ env:
3737
GDK_REPOSITORY: "[email protected]:spatialos/UnrealGDK.git"
3838
MAIN_MAP_NAME: "Control_Small"
3939
SPATIAL_PROJECT_NAME: "unreal_gdk"
40-
SPATIAL_RUNTIME_VERSION: "15.0.0-preview-7" ## the runtime version of SpatialOS
40+
SPATIAL_RUNTIME_VERSION: "15.0.0-preview-8" ## the runtime version of SpatialOS
4141

4242
steps:
4343
- label: "generate-pipeline-steps"

spatial/spatialos.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "your_project_name_here",
33
"project_version": "0.0.1",
4-
"sdk_version": "15.0.0-preview-7",
4+
"sdk_version": "15.0.0-preview-8",
55
"dependencies": [
66
{
77
"name": "standard_library",
8-
"version": "15.0.0-preview-7"
8+
"version": "15.0.0-preview-8"
99
}
1010
]
1111
}

0 commit comments

Comments
 (0)