Skip to content

Commit

Permalink
update deprecated api from package manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyPetrachkov committed Oct 1, 2024
1 parent c883d97 commit ce19c22
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 @@ -15,7 +15,7 @@ let package = Package(
.target(
name: "AsyncPoller",
swiftSettings: [
.swiftLanguageVersion(.v6)
.swiftLanguageMode(.v6)
]
),
.testTarget(
Expand Down

0 comments on commit ce19c22

Please sign in to comment.