Skip to content

Commit

Permalink
Updated Corpus and Hmm dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Olcay Taner YILDIZ committed Apr 30, 2022
1 parent df51c02 commit 003d177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ let package = Package(
targets: ["PosTagger"]),
],
dependencies: [
.package(name: "Corpus", url: "https://github.com/StarlangSoftware/Corpus-Swift.git", .exact("1.0.16")),
.package(name: "Hmm", url: "https://github.com/StarlangSoftware/Hmm-Swift.git", .exact("1.0.0")),
.package(name: "Corpus", url: "https://github.com/StarlangSoftware/Corpus-Swift.git", .exact("1.0.17")),
.package(name: "Hmm", url: "https://github.com/StarlangSoftware/Hmm-Swift.git", .exact("1.0.1")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit 003d177

Please # to comment.