Skip to content

Commit 3adc7ac

Browse files
mackojspinach
authored andcommitted
Add swiftLanguageVersions to Package.swift
1 parent 02fa3b3 commit 3adc7ac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Package.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:4.0
1+
// swift-tools-version:5.1
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription
@@ -20,5 +20,6 @@ let package = Package(
2020
dependencies: [],
2121
path: "./Sources/AlgoliaSearch-Client"
2222
),
23-
]
23+
],
24+
swiftLanguageVersions: [.v4_2, .v5]
2425
)

0 commit comments

Comments
 (0)