Skip to content

Commit

Permalink
Leif/reduce testing version (#8)
Browse files Browse the repository at this point in the history
* Try to use 0.8.0 instead of 0.11.0 for swift 5.9

* Update package version for CI
  • Loading branch information
0xLeif authored Aug 7, 2024
1 parent 3fc73cf commit 95726e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/swiftlang/swift-testing.git", from: "0.8.0")
.package(url: "https://github.com/swiftlang/swift-testing.git", exact: "0.8.0")
],
targets: [
.target(
Expand All @@ -33,7 +33,7 @@ let package = Package(
name: "LaterTests",
dependencies: [
"Later",
"swift-testing"
.product(name: "Testing", package: "swift-testing")
]
)
]
Expand Down

0 comments on commit 95726e0

Please sign in to comment.