Skip to content

Commit

Permalink
Fix Package.swift Deprecation Warning (Alamofire#3911)
Browse files Browse the repository at this point in the history
### Issue Link 🔗
Fixes Alamofire#3908

### Goals ⚽
This PR fixes the deprecation in the Package.swift file.
  • Loading branch information
jshier authored Oct 23, 2024
1 parent e16d348 commit 1e8392b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ let package = Package(name: "Alamofire",
path: "Tests",
exclude: ["Info.plist", "Test Plans"],
resources: [.process("Resources")])],
swiftLanguageVersions: [.v5])
swiftLanguageModes: [.v5])

0 comments on commit 1e8392b

Please sign in to comment.