Skip to content

Commit

Permalink
1.8.2 (318)
Browse files Browse the repository at this point in the history
  • Loading branch information
denis15yo committed Sep 18, 2024
1 parent a68b87c commit 39a2811
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -122,17 +122,17 @@
"kind" : "remoteSourceControl",
"location" : "[email protected]:mobyrix/nicegram-assistant-ios.git",
"state" : {
"branch" : "qa/ton_v5-wallet_placement",
"revision" : "11ad3d1cbede5aab5f46374364ca51bb1f961473"
"branch" : "develop",
"revision" : "b35ee8e950f4ca23b2d2403c0ae8f43ef8196849"
}
},
{
"identity" : "nicegram-wallet-ios",
"kind" : "remoteSourceControl",
"location" : "[email protected]:mobyrix/nicegram-wallet-ios.git",
"state" : {
"branch" : "qa/ton_v5-wallet_placement",
"revision" : "34522ec91540ac2ebd06c58f84b55ba2ac4d1411"
"branch" : "develop",
"revision" : "153688afa302344ed5d99addbfd0e88fbb00c093"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "nicegram-package",
dependencies: [
.package(url: "[email protected]:mobyrix/nicegram-assistant-ios.git", branch: "qa/ton_v5-wallet_placement"),
.package(url: "[email protected]:mobyrix/nicegram-wallet-ios.git", branch: "qa/ton_v5-wallet_placement")
.package(url: "[email protected]:mobyrix/nicegram-assistant-ios.git", branch: "develop"),
.package(url: "[email protected]:mobyrix/nicegram-wallet-ios.git", branch: "develop")
]
)

0 comments on commit 39a2811

Please sign in to comment.