@@ -31,14 +31,15 @@ let package = Package(
3131 . package ( url: " https://github.com/apple/swift-nio.git " , . exact( " 2.7.1 " ) ) ,
3232 // Development
3333 . 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
3435 . package ( url: " https://github.com/nicklockwood/SwiftFormat " , from: " 0.35.8 " ) , // dev
3536 . package ( url: " https://github.com/jpsim/SourceKitten " , from: " 0.26.0 " ) , // dev
3637 . package ( url: " https://github.com/shibapm/Rocket " , from: " 0.4.0 " ) , // dev
3738 . package ( url: " https://github.com/Realm/SwiftLint " , from: " 0.35.0 " ) , // dev
3839 . package ( url: " https://github.com/eneko/SourceDocs " , from: " 0.6.1 " ) , // dev
3940 . package ( url: " https://github.com/shibapm/PackageConfig.git " , from: " 0.12.2 " ) , // dev
4041 . 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
4243 ] ,
4344 targets: [
4445 // Targets are the basic building blocks of a package. A target can define a module or a test suite.
0 commit comments