Skip to content

Commit 0ec1f0f

Browse files
committed
Add default for swiftTestingVersionForTestTemplate
1 parent a598763 commit 0ec1f0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/PackageModel/InstalledSwiftPMConfiguration.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ public struct InstalledSwiftPMConfiguration: Codable {
3131

3232
let version: Int
3333
public let swiftSyntaxVersionForMacroTemplate: Version
34-
public let swiftTestingVersionForTestTemplate: Version
34+
public var swiftTestingVersionForTestTemplate: Version =
35+
`default`.swiftTestingVersionForTestTemplate
3536

3637
public static var `default`: InstalledSwiftPMConfiguration {
3738
return .init(

0 commit comments

Comments
 (0)