We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba09ae commit 172d160Copy full SHA for 172d160
Package.swift
@@ -22,7 +22,7 @@ let package = Package(
22
// Dependencies declare other packages that this package depends on.
23
.package(url: "https://github.com/vkalta/contentstack-utils-swift.git", from: "1.3.0"),
24
// Dev dependencies
25
- .package(url: "https://github.com/vkalta/DVR.git")
+ .package(url: "https://github.com/vkalta/DVR.git", from: "2.1.0")
26
],
27
targets: [
28
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
0 commit comments