Skip to content

Commit ef9666b

Browse files
authored
Update tag version to SPM (#496)
* Update tag version to SPM * Update Carthage tag version
1 parent 6bc120b commit ef9666b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ If you want to use SnapshotTesting in any other project that uses [SwiftPM](http
143143

144144
```swift
145145
dependencies: [
146-
.package(name: "SnapshotTesting", url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.8.1"),
146+
.package(name: "SnapshotTesting", url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.9.0"),
147147
]
148148
```
149149

@@ -161,7 +161,7 @@ targets: [
161161
If you use [Carthage](https://github.com/Carthage/Carthage), you can add the following dependency to your `Cartfile`:
162162

163163
``` ruby
164-
github "pointfreeco/swift-snapshot-testing" ~> 1.8.0
164+
github "pointfreeco/swift-snapshot-testing" ~> 1.9.0
165165
```
166166

167167
> ⚠️ Warning: Carthage instructs you to drag frameworks into your Xcode project. Xcode may automatically attempt to link these frameworks to your app target. `SnapshotTesting.framework` is only compatible with test targets, so when you first add it to your project:

0 commit comments

Comments
 (0)