Skip to content

Commit

Permalink
[변경] 네트워크 의존성 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshiningsoo committed Sep 11, 2024
1 parent e942241 commit 8c4d619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-kuring/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ let package = Package(
name: "BotUI",
dependencies: [
.product(name: "Lottie", package: "lottie-spm"),
"ColorSet", "BotFeatures", "Networks",
"ColorSet", "BotFeatures",
.product(name: "ComposableArchitecture", package: "swift-composable-architecture"),
],
path: "Sources/UIKit/BotUI",
Expand Down

0 comments on commit 8c4d619

Please sign in to comment.