Skip to content

Commit 8cd6dc4

Browse files
committed
feat: Nexa 1.1.1 적용
1 parent 285fe06 commit 8cd6dc4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Application/DevLogInfra/Sources/Service/ProfileImageDataServiceImpl.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ final class ProfileImageDataServiceImpl: ProfileImageDataService {
1414
try await NXAPIClient(
1515
configuration: NXClientConfiguration(baseURL: url)
1616
)
17-
.get(url.absoluteString)
17+
.get()
1818
.timeout(10)
1919
.intercept(ProfileImageDataCachePolicyInterceptor())
2020
.validate(.successStatusCode)

Tuist/ProjectDescriptionHelpers/Project+Packages.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public enum DevLogPackages {
2323
)
2424
public static let nexaPackage: Package = .package(
2525
url: "https://github.com/opficdev/Nexa",
26-
.upToNextMajor(from: "1.1.0")
26+
.upToNextMinor(from: "1.1.1")
2727
)
2828

2929
public static let presentationPackageDependencies: [TargetDependency] = [

0 commit comments

Comments
 (0)