File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77}
88
99library {
10- sourceCompatibility = SwiftVersion .SWIFT5
10+ sourceCompatibility = SwiftVersion .SWIFT6
1111 module.set(" Wire" )
1212}
1313
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77library {
8- sourceCompatibility = SwiftVersion .SWIFT5
8+ sourceCompatibility = SwiftVersion .SWIFT6
99 dependencies {
1010 api(projects.wireRuntimeSwift)
1111 }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77library {
8- sourceCompatibility = SwiftVersion .SWIFT5
8+ sourceCompatibility = SwiftVersion .SWIFT6
99 dependencies {
1010 api(projects.wireRuntimeSwift)
1111 implementation(projects.wireTestsSwift.manifest.moduleAddress)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77library {
8- sourceCompatibility = SwiftVersion .SWIFT5
8+ sourceCompatibility = SwiftVersion .SWIFT6
99 dependencies {
1010 api(projects.wireRuntimeSwift)
1111 implementation(projects.wireTestsSwift.manifest.moduleOne)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77library {
8- sourceCompatibility = SwiftVersion .SWIFT5
8+ sourceCompatibility = SwiftVersion .SWIFT6
99 dependencies {
1010 api(projects.wireRuntimeSwift)
1111 implementation(projects.wireTestsSwift.manifest.moduleOne)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77library {
8- sourceCompatibility = SwiftVersion .SWIFT5
8+ sourceCompatibility = SwiftVersion .SWIFT6
99 dependencies {
1010 api(projects.wireRuntimeSwift)
1111 }
You can’t perform that action at this time.
0 commit comments