Skip to content

Commit 830a969

Browse files
committed
Updated dependencies
1 parent 699a1f0 commit 830a969

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
.library(name: "JavaScriptKit", targets: ["JavaScriptKit"])
99
],
1010
dependencies: [
11-
.package(url: "https://github.com/PureSwift/SwiftFoundation.git", .branch("feature/swift5"))
11+
.package(url: "https://github.com/PureSwift/SwiftFoundation.git", .branch("develop"))
1212
],
1313
targets: [
1414
.target(

Package@swift-5.2.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
.library(name: "JavaScriptKit", targets: ["JavaScriptKit"])
99
],
1010
dependencies: [
11-
.package(url: "https://github.com/PureSwift/SwiftFoundation.git", .branch("feature/swift5"))
11+
.package(url: "https://github.com/PureSwift/SwiftFoundation.git", .branch("develop"))
1212
],
1313
targets: [
1414
.target(

0 commit comments

Comments
 (0)