We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec0d86 commit 71aac56Copy full SHA for 71aac56
1 file changed
BytesizedCafe/Package.swift
@@ -11,8 +11,8 @@ let package = Package(
11
.executable(name: "BytesizedCafe", targets: ["BytesizedCafe"])
12
],
13
dependencies: [
14
- .package(url: "https://github.com/swiftwasm/JavaScriptKit.git", from: "0.46.5"),
15
- .package(url: "https://github.com/pvzig/parcel", from: "0.2.0"),
+ .package(url: "https://github.com/swiftwasm/JavaScriptKit.git", from: "0.50.2"),
+ .package(url: "https://github.com/pvzig/parcel", from: "0.2.1"),
16
17
targets: [
18
.executableTarget(
0 commit comments