Skip to content

Commit

Permalink
small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
radmakr committed Dec 26, 2022
1 parent d76b373 commit 6b90539
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
{
"identity" : "realm-core",
"kind" : "remoteSourceControl",
"location" : "https://github.com/realm/realm-core",
"location" : "https://github.com/realm/realm-core.git",
"state" : {
"revision" : "b86d2107fec4246b55af24a3b11e00275575f808",
"version" : "12.9.0"
"revision" : "b77443ca7fa25407869ca537bf3ae912b1427bff",
"version" : "12.13.0"
}
},
{
"identity" : "realm-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/realm/realm-swift",
"location" : "https://github.com/realm/realm-swift.git",
"state" : {
"revision" : "7055d820a133da4395742758bd48bab0841cc4bf",
"version" : "10.32.0"
"revision" : "b442ee3e9caa1abab26fd9b23f060f6f0815ff48",
"version" : "10.33.0"
}
}
],
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ let package = Package(
targets: ["Persistence"]),
],
dependencies: [
.package(url: "https://github.com/realm/realm-swift", .upToNextMajor(from: "10.32.0"))
.package(url: "https://github.com/realm/realm-swift.git", .upToNextMajor(from: "10.0.0")),
],
targets: [
.target(
name: "Persistence",
dependencies: [
.product(name: "RealmSwift", package: "realm-swift"),
])
]),
]
)
1 change: 0 additions & 1 deletion Sources/Persistence/ObjectManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,3 @@ public struct ObjectManager<T: Model> {
}
}
}

1 change: 0 additions & 1 deletion Sources/Persistence/Storage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,3 @@ public struct Storage: Storing {
}
}
}

0 comments on commit 6b90539

Please sign in to comment.