diff --git a/Package.swift b/Package.swift index 067b9d0..2c200be 100644 --- a/Package.swift +++ b/Package.swift @@ -21,8 +21,8 @@ let package = Package( dependencies: [ // Dependencies declare other packages that this package depends on. // .package(url: /* package url */, from: "1.0.0"), - .package(url: "https://github.com/segmentio/sovran-swift.git", .exact("1.1.1")), - .package(url: "https://github.com/segmentio/jsonsafeencoding-swift.git", .exact("2.0.0")) + .package(url: "https://github.com/segmentio/sovran-swift.git", exact: "1.1.1"), + .package(url: "https://github.com/segmentio/jsonsafeencoding-swift.git", exact: "2.0.0") ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.