Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredsinclair committed Nov 9, 2024
1 parent 57aa15f commit 233e0ea
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 @@ -13,7 +13,7 @@ let package = Package(
targets: [
.target(
name: "Etcetera",
swiftSettings: [ .swiftLanguageVersion(.v6) ]
swiftSettings: [ .swiftLanguageMode(.v6) ]
),
.testTarget(
name: "EtceteraTests",
Expand Down

0 comments on commit 233e0ea

Please sign in to comment.