diff --git a/Package.swift b/Package.swift index 89e725c..31e8cdc 100644 --- a/Package.swift +++ b/Package.swift @@ -12,7 +12,7 @@ let package = Package( targets: ["WordToVec"]), ], dependencies: [ - .package(name: "Corpus", url: "https://github.com/StarlangSoftware/Corpus-Swift.git", .exact("1.0.16")), + .package(name: "Corpus", url: "https://github.com/StarlangSoftware/Corpus-Swift.git", .exact("1.0.17")), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.