Skip to content

Commit 71aac56

Browse files
committed
parcel 0.2.1
1 parent 8ec0d86 commit 71aac56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

BytesizedCafe/Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ let package = Package(
1111
.executable(name: "BytesizedCafe", targets: ["BytesizedCafe"])
1212
],
1313
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"),
14+
.package(url: "https://github.com/swiftwasm/JavaScriptKit.git", from: "0.50.2"),
15+
.package(url: "https://github.com/pvzig/parcel", from: "0.2.1"),
1616
],
1717
targets: [
1818
.executableTarget(

0 commit comments

Comments
 (0)