Skip to content

Commit d729fc3

Browse files
committed
Temp downgrade to Quick 3
1 parent d215cb0 commit d729fc3

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

Package.resolved

Lines changed: 2 additions & 2 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
@@ -13,7 +13,7 @@ let package = Package(
1313
targets: ["Sheeeeeeeeet"])
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/Quick/Quick.git", from: "4.0.0"),
16+
.package(url: "https://github.com/Quick/Quick.git", from: "3.0.0"),
1717
.package(url: "https://github.com/Quick/Nimble.git", from: "9.0.0"),
1818
.package(url: "https://github.com/danielsaidi/MockingKit.git", .upToNextMajor(from: "0.9.0"))
1919
],

RELEASE_NOTES.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Release Notes
22

33

4-
## 3.1.4
4+
## 3.1.6
5+
6+
This version temporarily downgrades the Quick dependency to 3.0 to make Sheeeeeeeeet work with packages that haven't upgraded.
7+
8+
9+
## 3.1.5
510

611
This version updates external dependencies.
712

0 commit comments

Comments
 (0)