Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Rebello <[email protected]>
  • Loading branch information
rebello95 committed Jan 9, 2025
1 parent 2e41af4 commit cde378d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:6.0
// swift-tools-version:5.6

// Copyright 2022-2023 Buf Technologies, Inc.
//
Expand Down Expand Up @@ -166,5 +166,5 @@ let package = Package(
path: "Plugins/ConnectSwiftPlugin"
),
],
swiftLanguageModes: [.v6]
swiftLanguageVersions: [.version("6"), .v5]
)

0 comments on commit cde378d

Please sign in to comment.