Skip to content

Commit

Permalink
🪛[chore]: fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy-wonji committed Oct 27, 2024
1 parent 4977a2e commit 27e094d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"originHash" : "5b5053fc79f1a6d1dd999e480b2a988cd81774d8634a1c8e511811d9d3fb404a",
"originHash" : "d4dbcdc98c271e4d76c48b6b41ead6d64617292a5d8ff2911584a3fe97386c50",
"pins" : [
{
"identity" : "alamofire",
"kind" : "remoteSourceControl",
"location" : "https://github.com/Alamofire/Alamofire.git",
"state" : {
"revision" : "f455c2975872ccd2d9c81594c658af65716e9b9a",
"version" : "5.9.1"
"revision" : "e16d3481f5ed35f0472cb93350085853d754913f",
"version" : "5.10.1"
}
},
{
Expand All @@ -24,8 +24,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Roy-wonji/LogMacro.git",
"state" : {
"revision" : "1c714e64f7b33e4f710a6d2349be123d8f4d286f",
"version" : "1.0.2"
"revision" : "3f1c1295a44358e82d60c26b7e4f5c4e2203cb15",
"version" : "1.0.5"
}
},
{
Expand All @@ -51,8 +51,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/ReactiveX/RxSwift.git",
"state" : {
"revision" : "b06a8c8596e4c3e8e7788e08e720e3248563ce6a",
"version" : "6.7.1"
"revision" : "c7c7d2cf50a3211fe2843f76869c698e4e417930",
"version" : "6.8.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/Moya/Moya.git", from: "15.0.3"),
.package(url: "https://github.com/Roy-wonji/LogMacro.git", from: "1.0.2"),
.package(url: "https://github.com/Roy-wonji/LogMacro.git", exact: "1.0.5"),
.package(url: "https://github.com/baekteun/EventLimiter.git", from: "2.0.0")
],
targets: [
Expand Down
1 change: 0 additions & 1 deletion Sources/AsyncMoya/Moya/Extension+MoyaProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import Combine
import Moya
import CombineMoya


import RxMoya
import RxSwift

Expand Down

0 comments on commit 27e094d

Please sign in to comment.