@@ -31,14 +31,15 @@ let package = Package(
31
31
. package ( url: " https://github.com/apple/swift-nio.git " , . exact( " 2.7.1 " ) ) ,
32
32
// Development
33
33
. package ( url: " https://github.com/Quick/Nimble.git " , . exact( " 8.0.2 " ) ) , // dev
34
+ . package ( url: " https://github.com/minuscorp/ModuleInterface " , from: " 0.0.1 " ) , // dev
34
35
. package ( url: " https://github.com/nicklockwood/SwiftFormat " , from: " 0.35.8 " ) , // dev
35
36
. package ( url: " https://github.com/jpsim/SourceKitten " , from: " 0.26.0 " ) , // dev
36
37
. package ( url: " https://github.com/shibapm/Rocket " , from: " 0.4.0 " ) , // dev
37
38
. package ( url: " https://github.com/Realm/SwiftLint " , from: " 0.35.0 " ) , // dev
38
39
. package ( url: " https://github.com/eneko/SourceDocs " , from: " 0.6.1 " ) , // dev
39
40
. package ( url: " https://github.com/shibapm/PackageConfig.git " , from: " 0.12.2 " ) , // dev
40
41
. package ( url: " https://github.com/shibapm/Komondor.git " , from: " 1.0.0 " ) , // dev
41
- . package ( url: " https://github.com/Carthage/Commandant.git " , . exact( " 0.16 .0 " ) ) , // dev
42
+ . package ( url: " https://github.com/Carthage/Commandant.git " , . exact( " 0.17 .0 " ) ) , // dev
42
43
] ,
43
44
targets: [
44
45
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
0 commit comments