Skip to content

Commit 7bc36d8

Browse files
committed
build(deps): update multiple dependencies
- Fix all versions to exact - Add swift-docc-plugin - Bump SwiftLint
1 parent a98c9f5 commit 7bc36d8

File tree

2 files changed

+27
-8
lines changed

2 files changed

+27
-8
lines changed

Package.resolved

Lines changed: 24 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ let package = Package(
1616
targets: ["FusionAuth"]),
1717
],
1818
dependencies: [
19-
.package(url: "https://github.com/openid/AppAuth-iOS.git", .upToNextMajor(from: "1.7.5")),
20-
.package(url: "https://github.com/realm/SwiftLint.git", exact: "0.55.0")
19+
.package(url: "https://github.com/openid/AppAuth-iOS.git", exact: "1.7.5"),
20+
.package(url: "https://github.com/realm/SwiftLint.git", exact: "0.56.1"),
21+
.package(url: "https://github.com/swiftlang/swift-docc-plugin", exact: "1.3.0")
2122
],
2223
targets: [
2324
// Targets are the basic building blocks of a package, defining a module or a test suite.

0 commit comments

Comments
 (0)