Skip to content

Commit 0465e40

Browse files
committed
build(deps): pin OrchivisteKit to v0.2.0 and track Package.resolved
1 parent 6837755 commit 0465e40

3 files changed

Lines changed: 34 additions & 2 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
DerivedData/
66
.build/
77
.swiftpm/
8-
Package.resolved
98
*.xcworkspace/xcuserdata/
109
*.xcodeproj/xcuserdata/
1110
xcuserdata/

Package.resolved

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

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ let package = Package(
2727
],
2828
dependencies: [
2929
.package(url: "https://github.com/apple/swift-testing.git", from: "6.0.0"),
30-
.package(url: "https://github.com/Macthieu/OrchivisteKit.git", branch: "main")
30+
.package(url: "https://github.com/Macthieu/OrchivisteKit.git", exact: "0.2.0")
3131
],
3232
targets: [
3333
.target(

0 commit comments

Comments
 (0)