Skip to content

Commit

Permalink
1.7.9 (308)
Browse files Browse the repository at this point in the history
  • Loading branch information
denis15yo committed Sep 4, 2024
1 parent 9d60143 commit 0c41814
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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" : "git@bitbucket.org:mobyrix/nicegram-assistant-ios.git",
"state" : {
"branch" : "feat/ton-v5",
"revision" : "9467e141732d2174af29090b3740d0c3495e4804"
"branch" : "develop",
"revision" : "fda1e89c94fc546d2762d0b2d754e9654965774f"
}
},
{
"identity" : "nicegram-wallet-ios",
"kind" : "remoteSourceControl",
"location" : "git@bitbucket.org:mobyrix/nicegram-wallet-ios.git",
"state" : {
"branch" : "feat/ton-v5",
"revision" : "4a0c44599e30aebf2ed6767ac5daf0d68d1b3705"
"branch" : "develop",
"revision" : "458be079925da10ff15a2b41961ae3bfb4468835"
}
},
{
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: "git@bitbucket.org:mobyrix/nicegram-assistant-ios.git", branch: "feat/ton-v5"),
.package(url: "git@bitbucket.org:mobyrix/nicegram-wallet-ios.git", branch: "feat/ton-v5")
.package(url: "git@bitbucket.org:mobyrix/nicegram-assistant-ios.git", branch: "develop"),
.package(url: "git@bitbucket.org:mobyrix/nicegram-wallet-ios.git", branch: "develop")
]
)

0 comments on commit 0c41814

Please sign in to comment.