Skip to content

Commit

Permalink
Merge pull request #14 from tangem/feature/IOS-8085_migrate_to_xcode_…
Browse files Browse the repository at this point in the history
…16_1

IOS-8085: [Tech] Migrate to Xcode 16.1
  • Loading branch information
m3g0byt3 authored Oct 29, 2024
2 parents c6d53c7 + bc922af commit 954aa90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/tangem/swift-protobuf-binaries.git",
"state" : {
"revision" : "de30521530591d98be12133724e3d78bc0524e41",
"version" : "1.25.2-tangem1"
"revision" : "594a9b8c47df13087ee0a1f25dbc64173604d0e9",
"version" : "1.25.2-tangem3"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/tangem/swift-protobuf-binaries.git",
exact: "1.25.2-tangem1"
.upToNextMajor(from: "1.25.2-tangem1")
),
],
targets: [
Expand Down

0 comments on commit 954aa90

Please sign in to comment.