Skip to content

Commit

Permalink
Use realm-swift v10.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leoz committed Feb 26, 2022
1 parent 49cb0a4 commit e58a4cc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "realm/realm-cocoa" "v10.21.1"
github "realm/realm-cocoa" "v10.22.0"
2 changes: 1 addition & 1 deletion Example/IceCream_Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@
repositoryURL = "https://github.com/realm/realm-cocoa.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 10.21.1;
minimumVersion = 10.22.0;
};
};
E54B955E24A8C7A500A6D55A /* XCRemoteSwiftPackageReference "RxRealm" */ = {
Expand Down
2 changes: 1 addition & 1 deletion IceCream.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ Pod::Spec.new do |s|
s.static_framework = true
s.swift_version = '5.0'

s.dependency 'RealmSwift', '~> 10.21'
s.dependency 'RealmSwift', '~> 10.22'
end
2 changes: 1 addition & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"state": {
"branch": null,
"revision": "39177714b95bb5b1b29fffe28f1c7da77eef8e8b",
"version": "10.21.1"
"version": "10.22.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/realm/realm-cocoa",
from: "10.21.1"
from: "10.22.0"
)
],
targets: [
Expand Down

0 comments on commit e58a4cc

Please sign in to comment.