Skip to content

Commit c414184

Browse files
committed
Change tag of Nimble in Package.swift
1 parent dec7934 commit c414184

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
#else
1111
return [
1212
.Package(url: "https://github.com/antitypical/Result.git", majorVersion: 3, minor: 0),
13-
.Package(url: "https://github.com/ikesyo/Nimble", "5.0.0-alpha.30.gm.candidate"),
13+
.Package(url: "https://github.com/ikesyo/Nimble", "5.0.0-alpha.30"),
1414
.Package(url: "https://github.com/norio-nomura/Quick", "0.10.0-alpha.30.gm.candidate"),
1515
]
1616
#endif

0 commit comments

Comments
 (0)