Skip to content

Commit

Permalink
Fixed missing swiftlint package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Sep 2, 2024
1 parent c24e316 commit dd3c7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/FHIRModels.git", .upToNextMajor(from: "0.4.0"))
],
] + swiftLintPackage(),
targets: [
.target(
name: "HealthKitOnFHIR",
Expand Down

0 comments on commit dd3c7b6

Please sign in to comment.