Skip to content

Commit db732d4

Browse files
committed
refactor: Infra Domain 타깃 의존성 제거
1 parent f5d1fb1 commit db732d4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Application/DevLogInfra/Project.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ let project = Project.devlogFramework(
1010
packages: DevLogPackages.infraPackages,
1111
dependencies: [
1212
.project(target: "DevLogData", path: "../DevLogData"),
13-
.project(target: "DevLogDomain", path: "../DevLogDomain"),
1413
.project(target: "DevLogCore", path: "../DevLogCore"),
1514
] + DevLogPackages.infraPackageDependencies,
1615
hasTests: true

0 commit comments

Comments
 (0)