Skip to content

Commit

Permalink
trimming
Browse files Browse the repository at this point in the history
  • Loading branch information
sidepelican committed Apr 17, 2024
1 parent 70592dd commit 87fbb3e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
products: [
.executable(name: "mockolo", targets: ["Mockolo"]),
.library(name: "MockoloFramework", targets: ["MockoloFramework"]),
],
],
dependencies: [
.package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.1"),
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
Expand All @@ -20,7 +20,7 @@ let package = Package(
dependencies: [
"MockoloFramework",
.product(name: "ArgumentParser", package: "swift-argument-parser"),
]),
]),
.target(
name: "MockoloFramework",
dependencies: [
Expand All @@ -35,6 +35,5 @@ let package = Package(
],
path: "Tests"
)
],
swiftLanguageVersions: [.v5]
]
)

0 comments on commit 87fbb3e

Please sign in to comment.