Skip to content

Commit 61eca4c

Browse files
committed
Switch to using SwiftToolsSupport-auto & up the version
1 parent 4553702 commit 61eca4c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ let package = Package(
2525
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
2626
.target(
2727
name: "xcparse",
28-
dependencies: [ "XCParseCore", "SwiftToolsSupport" ]),
28+
dependencies: [ "XCParseCore", "SwiftToolsSupport-auto" ]),
2929
.target(
3030
name: "XCParseCore",
31-
dependencies: [ "SwiftToolsSupport" ]),
31+
dependencies: [ "SwiftToolsSupport-auto" ]),
3232
.testTarget(
3333
name: "xcparseTests",
3434
dependencies: ["xcparse"]),

Sources/xcparse/XCPParser.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import TSCBasic
1111
import TSCUtility
1212
import XCParseCore
1313

14-
let xcparseCurrentVersion = Version(2, 1, 0)
14+
let xcparseCurrentVersion = Version(2, 2, 1)
1515

1616
struct XCResultToolCompatability {
1717
var supportsExport: Bool = true

0 commit comments

Comments
 (0)