Skip to content

Commit 2575739

Browse files
committed
Updated to new version.
1 parent 9ac7775 commit 2575739

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
path = Kitura-Build
33
url = https://github.com/IBM-Swift/Kitura-Build.git
44
ignore = all
5-
branch = develop
5+
branch = master

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ let package = Package(
2020
name: "SwiftRedis",
2121
dependencies: [
2222
.Package(url: "https://github.com/IBM-Swift/Kitura-hiredis.git", majorVersion: 0, minor: 4),
23-
.Package(url: "https://github.com/IBM-Swift/Kitura-sys.git", majorVersion: 0, minor: 4),
23+
.Package(url: "https://github.com/IBM-Swift/Kitura-sys.git", majorVersion: 0, minor: 6),
2424
]
2525
)

0 commit comments

Comments
 (0)