Skip to content

Commit

Permalink
1.4.8 (200)
Browse files Browse the repository at this point in the history
  • Loading branch information
denis15yo committed Dec 6, 2023
1 parent 44313c8 commit f6ddcf0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"location" : "[email protected]:mobyrix/nicegram-assistant-ios.git",
"state" : {
"branch" : "develop",
"revision" : "09bd8bed915010cb37efadfe25da665b7a049c30"
"revision" : "8cc8d08ba3746346ec5ee198307cc77c8905c7ba"
}
},
{
Expand All @@ -59,8 +59,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/SDWebImage/SDWebImage.git",
"state" : {
"revision" : "1b9a2e902cbde5fdf362faa0f4fd76ea74d74305",
"version" : "5.18.5"
"revision" : "0383fd49fe4d9ae43f150f24693550ebe6ef0d14",
"version" : "5.18.6"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion ng-env.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
test
prod
4 changes: 2 additions & 2 deletions swift_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def swift_dependencies():
# branch: develop
swift_package(
name = "swiftpkg_nicegram_assistant_ios",
commit = "09bd8bed915010cb37efadfe25da665b7a049c30",
commit = "8cc8d08ba3746346ec5ee198307cc77c8905c7ba",
dependencies_index = "@//:swift_deps_index.json",
remote = "[email protected]:mobyrix/nicegram-assistant-ios.git",
)
Expand All @@ -52,7 +52,7 @@ def swift_dependencies():
# version: 5.15.5
swift_package(
name = "swiftpkg_sdwebimage",
commit = "1b9a2e902cbde5fdf362faa0f4fd76ea74d74305",
commit = "0383fd49fe4d9ae43f150f24693550ebe6ef0d14",
dependencies_index = "@//:swift_deps_index.json",
remote = "https://github.com/SDWebImage/SDWebImage.git",
)
Expand Down
6 changes: 3 additions & 3 deletions swift_deps_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@
"name": "swiftpkg_nicegram_assistant_ios",
"identity": "nicegram-assistant-ios",
"remote": {
"commit": "09bd8bed915010cb37efadfe25da665b7a049c30",
"commit": "8cc8d08ba3746346ec5ee198307cc77c8905c7ba",
"remote": "[email protected]:mobyrix/nicegram-assistant-ios.git",
"branch": "develop"
}
Expand All @@ -816,9 +816,9 @@
"name": "swiftpkg_sdwebimage",
"identity": "sdwebimage",
"remote": {
"commit": "1b9a2e902cbde5fdf362faa0f4fd76ea74d74305",
"commit": "0383fd49fe4d9ae43f150f24693550ebe6ef0d14",
"remote": "https://github.com/SDWebImage/SDWebImage.git",
"version": "5.18.5"
"version": "5.18.6"
}
},
{
Expand Down

0 comments on commit f6ddcf0

Please sign in to comment.