Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit 84a3951

Browse files
committed
Update Package.swift
1 parent b05ca55 commit 84a3951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ let package = Package(
99
name: "SwiftOracle",
1010
dependencies: [
1111
.Package(url: "https://github.com/goloveychuk/cocilib.git", majorVersion: 0),
12-
.Package(url: "https://github.com/Zewo/Data.git", majorVersion: 0, minor: 2)
12+
.Package(url: "https://github.com/Zewo/String.git", majorVersion: 0, minor: 4),
1313
]
14-
)
14+
)

0 commit comments

Comments
 (0)