Skip to content

Commit

Permalink
update: Raise minimum Swift tools version to 5.7 (#2695)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvincestari authored Dec 2, 2022
1 parent 6508828 commit 2f1b960
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.6
// swift-tools-version:5.7
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct SwiftPackageManagerModuleTemplate: TemplateRenderer {
let casedSchemaName = config.schemaName.firstUppercased

return TemplateString("""
// swift-tools-version:5.6
// swift-tools-version:5.7
import PackageDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class SwiftPackageManagerModuleTemplateTests: XCTestCase {
buildSubject()

let expected = """
// swift-tools-version:5.6
// swift-tools-version:5.7
"""

// when
Expand Down

0 comments on commit 2f1b960

Please sign in to comment.