Skip to content

Commit c814259

Browse files
authored
Merge pull request #293 from danielepantaleone/bugfix/container-trait-minimum-swift-version
Revert back minimum swift version to 6.1 in ContainerTrait
2 parents 98e965b + 2d8682c commit c814259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/FactoryTesting/ContainerTrait.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
//
2626

2727
#if DEBUG
28-
#if swift(>=5.5)
28+
#if swift(>=6.1)
2929

3030
import Factory
3131
import Testing

0 commit comments

Comments
 (0)