Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM committed Jul 9, 2024
1 parent 8144969 commit 8cf3524
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ let package = Package(
.macro(
name: "EnumeratorMacro",
dependencies: [
"SyntaxKit",
.product(name: "SwiftSyntaxMacros", package: "swift-syntax"),
.product(name: "SwiftCompilerPlugin", package: "swift-syntax"),
.product(name: "Mustache", package: "swift-mustache"),
Expand All @@ -46,7 +45,6 @@ let package = Package(
.testTarget(
name: "EnumeratorMacroTests",
dependencies: [
"SyntaxKit",
"EnumeratorMacro",
.product(name: "Testing", package: "swift-testing"),
.product(name: "SwiftSyntaxMacrosTestSupport", package: "swift-syntax"),
Expand Down

0 comments on commit 8cf3524

Please sign in to comment.