Skip to content

Commit d3d8ce9

Browse files
committed
Use version requirement
1 parent bc437f1 commit d3d8ce9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ let package = Package(
6464
dependencies: [
6565
.package(
6666
url: "https://github.com/swiftwasm/JavaScriptKit.git",
67-
from: "0.16.0"
67+
.upToNextMajor(from: "0.16.0")
6868
),
6969
],
7070
targets: [
@@ -136,4 +136,3 @@ let package = Package(
136136
dependencies: ["DOM"]
137137
),
138138
]
139-
)

0 commit comments

Comments
 (0)