Skip to content

Commit

Permalink
Update Realm to 10.42.0 (was 10.38.0)
Browse files Browse the repository at this point in the history
Disable Tuist cache warm from CI
  • Loading branch information
dogo committed Aug 27, 2023
1 parent ff8a3a4 commit 59a040d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
tuist fetch
shell: bash

- name: Tuist Warm Cache
run: |
tuist cache warm
shell: bash
#- name: Tuist Warm Cache
# run: |
# tuist cache warm
# shell: bash

- name: Generate project with tuist
run: |
Expand Down
8 changes: 4 additions & 4 deletions .package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/realm/realm-core.git",
"state" : {
"revision" : "e56380f05793998dfea0d87a34b68fdba475961c",
"version" : "13.9.0"
"revision" : "c04f5e401a1ec682e6b08b1ee157e19a0f834a5f",
"version" : "13.17.1"
}
},
{
"identity" : "realm-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/realm/realm-swift",
"state" : {
"revision" : "71bddc82c4fe3dd6488739ff8b7e99f69183a614",
"version" : "10.38.0"
"revision" : "933abaa8076966e237e66497def74df84c6adbb4",
"version" : "10.42.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let project = Project(
options: options,
packages: [
.remote(url: "https://github.com/realm/realm-swift",
requirement: .upToNextMajor(from: "10.38.0"))
requirement: .upToNextMajor(from: "10.42.0"))
],
settings: Project.settings(),
targets: Project.targets(),
Expand Down

0 comments on commit 59a040d

Please sign in to comment.