From 59a040d619b763c71f92b72363cd0f026c2824dc Mon Sep 17 00:00:00 2001 From: Diogo Autilio Date: Sun, 27 Aug 2023 10:20:57 -0300 Subject: [PATCH] Update Realm to 10.42.0 (was 10.38.0) Disable Tuist cache warm from CI --- .github/workflows/Testing.yml | 8 ++++---- .package.resolved | 8 ++++---- Project.swift | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/Testing.yml b/.github/workflows/Testing.yml index ad8d74b1..7d72406e 100755 --- a/.github/workflows/Testing.yml +++ b/.github/workflows/Testing.yml @@ -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: | diff --git a/.package.resolved b/.package.resolved index 2655a077..062b4326 100644 --- a/.package.resolved +++ b/.package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/realm/realm-core.git", "state" : { - "revision" : "e56380f05793998dfea0d87a34b68fdba475961c", - "version" : "13.9.0" + "revision" : "c04f5e401a1ec682e6b08b1ee157e19a0f834a5f", + "version" : "13.17.1" } }, { @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/realm/realm-swift", "state" : { - "revision" : "71bddc82c4fe3dd6488739ff8b7e99f69183a614", - "version" : "10.38.0" + "revision" : "933abaa8076966e237e66497def74df84c6adbb4", + "version" : "10.42.0" } } ], diff --git a/Project.swift b/Project.swift index fff602a8..47d6d71a 100644 --- a/Project.swift +++ b/Project.swift @@ -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(),