Skip to content

Commit e436d0e

Browse files
authored
Updated _basic-usage.md, changed swift version in commented section (#541)
Updated to the latest versions of swift referring #506 to resolve any confusion
1 parent ff1c656 commit e436d0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/package-manager/_basic-usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ the `DeckOfPlayingCards` package must declare their packages as dependencies
131131
in its `Package.swift` manifest file.
132132
133133
~~~ swift
134-
// swift-tools-version:4.0
134+
// swift-tools-version:5.3
135135
import PackageDescription
136136
137137
let package = Package(
@@ -187,7 +187,7 @@ However, because the Swift Package Manager automatically resolves transitive dep
187187
you only need to declare the `DeckOfPlayingCards` package as a dependency.
188188
189189
~~~ swift
190-
// swift-tools-version:4.0
190+
// swift-tools-version:5.5
191191
192192
import PackageDescription
193193

0 commit comments

Comments
 (0)