Skip to content

Commit 6340c62

Browse files
committed
fix: Lowered Swift package version to 6.1
To stay compatible with the existing tool chain in our CI. The requirement of 6.2 is not necessary as of now. Signed-off-by: Iva Horn <iva.horn@nextcloud.com>
1 parent 53a3aad commit 6340c62

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.2
1+
6.1

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 6.2
1+
// swift-tools-version: 6.1
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription

0 commit comments

Comments
 (0)