Skip to content

Commit ffc577d

Browse files
committed
Bump versions of different pkgs, e.g. NIO 1.9.4
Also use a version for MicroExpress, instead of the branch.
1 parent c3fee4d commit ffc577d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Package.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ let package = Package(
99
from: "1.0.0"),
1010
*/
1111
.package(url: "https://github.com/apple/swift-nio.git",
12-
from: "1.8.0"),
12+
from: "1.9.4"),
1313
.package(url: "https://github.com/apple/swift-nio-ssl.git",
14-
from: "1.0.0"),
14+
from: "1.2.0"),
1515
.package(url: "https://github.com/NozeIO/MicroExpress.git",
16-
.branch("branches/swift-nio-lib")),
16+
from: "0.4.5"),
1717
.package(url: "https://github.com/SwiftNIOExtras/swift-nio-redis.git",
1818
from: "0.9.0"),
1919
.package(url: "https://github.com/SwiftNIOExtras/swift-nio-irc.git",
20-
from: "0.6.0"),
20+
from: "0.6.1"),
2121
.package(url: "https://github.com/NozeIO/swift-nio-redis-client.git",
2222
from: "0.9.0"),
2323
.package(url: "https://github.com/NozeIO/swift-nio-irc-client.git",
24-
from: "0.6.0")
24+
from: "0.6.1")
2525
],
2626
targets: [
2727
.target(name: "SwiftNIO_XcodeImage",

templates/Project Templates/Server/Swift NIO.xctemplate/TemplateInfo.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<key>Nodes</key>
4848
<array>
4949
<string>Package.swift:spmpackagedecl:deps:SwiftNIO(url: "https://github.com/apple/swift-nio.git",
50-
from: "1.8.0")</string>
50+
from: "1.9.4")</string>
5151
<string>Package.swift:spmpackagedecl:targets:default:NIO</string>
5252

5353
<string>Sources/___PACKAGENAME___/main.swift:imports:import:Foundation</string>
@@ -512,7 +512,7 @@ server.listenAndWait()</string>
512512
<key>Nodes</key>
513513
<array>
514514
<string>Package.swift:spmpackagedecl:deps:SwiftNIOSSL(url: "https://github.com/apple/swift-nio-ssl.git",
515-
from: "1.0.1")</string>
515+
from: "1.2.0")</string>
516516
<string>Package.swift:spmpackagedecl:targets:default:NIOOpenSSL</string>
517517
<string>Sources/___PACKAGENAME___/main.swift:imports:import:NIOOpenSSL</string>
518518
</array>
@@ -549,7 +549,7 @@ server.listenAndWait()</string>
549549
<key>Nodes</key>
550550
<array>
551551
<string>Package.swift:spmpackagedecl:deps:SwiftNIOMicroExpress(url: "https://github.com/NozeIO/MicroExpress.git",
552-
.branch("branches/swift-nio-lib"\))</string>
552+
from: "0.4.5")</string>
553553
<string>Package.swift:spmpackagedecl:targets:default:MicroExpress</string>
554554
<string>Sources/___PACKAGENAME___/main.swift:imports:import:MicroExpress</string>
555555
<string>Sources/___PACKAGENAME___/templates/index.mustache</string>
@@ -613,7 +613,7 @@ app.listen(1337)</string>
613613
<key>Nodes</key>
614614
<array>
615615
<string>Package.swift:spmpackagedecl:deps:SwiftNIORedis(url: "https://github.com/NozeIO/swift-nio-redis.git",
616-
from: "0.8.3")</string>
616+
from: "0.9.0")</string>
617617
<string>Package.swift:spmpackagedecl:targets:default:Redis</string>
618618
<string>Sources/___PACKAGENAME___/main.swift:imports:import:Redis</string>
619619
</array>
@@ -641,7 +641,7 @@ app.listen(1337)</string>
641641
<key>Nodes</key>
642642
<array>
643643
<string>Package.swift:spmpackagedecl:deps:SwiftNIORedis(url: "https://github.com/NozeIO/swift-nio-irc.git",
644-
from: "0.5.0")</string>
644+
from: "0.6.1")</string>
645645
<string>Package.swift:spmpackagedecl:targets:default:IRC</string>
646646
<string>Sources/___PACKAGENAME___/main.swift:imports:import:IRC</string>
647647
</array>

0 commit comments

Comments
 (0)