Skip to content

Commit 1b195a0

Browse files
committed
Update Package.swift
1 parent 237aa3c commit 1b195a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Package.swift

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ let package = Package(
1616
targets: ["Keychain"]),
1717
],
1818
dependencies: [
19-
.package(url: "https://github.com/OperatorFoundation/KeychainMacOS", from: "1.0.2"),
20-
.package(url: "https://github.com/OperatorFoundation/KeychainTypes", from: "1.0.1"),
19+
.package(url: "https://github.com/OperatorFoundation/KeychainMacOS", from: "1.0.3"),
20+
.package(url: "https://github.com/OperatorFoundation/KeychainTypes", from: "1.0.2"),
2121
],
2222
targets: [
2323
.target(
@@ -38,8 +38,8 @@ let package = Package(
3838
targets: ["Keychain"]),
3939
],
4040
dependencies: [
41-
.package(url: "https://github.com/OperatorFoundation/KeychainLinux", from: "2.0.1"),
42-
.package(url: "https://github.com/OperatorFoundation/KeychainTypes", from: "1.0.1"),
41+
.package(url: "https://github.com/OperatorFoundation/KeychainLinux", from: "2.0.3"),
42+
.package(url: "https://github.com/OperatorFoundation/KeychainTypes", from: "1.0.2"),
4343
],
4444
targets: [
4545
.target(

0 commit comments

Comments
 (0)