Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .buildkite/nightly.steps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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-7" ## the runtime version of SpatialOS
SPATIAL_RUNTIME_VERSION: "15.0.0-preview-8" ## the runtime version of SpatialOS

steps:
- label: "generate-pipeline-steps"
Expand Down
4 changes: 2 additions & 2 deletions spatial/spatialos.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "your_project_name_here",
"project_version": "0.0.1",
"sdk_version": "15.0.0-preview-7",
"sdk_version": "15.0.0-preview-8",
"dependencies": [
{
"name": "standard_library",
"version": "15.0.0-preview-7"
"version": "15.0.0-preview-8"
}
]
}