Skip to content

Commit

Permalink
Merge pull request #23 from psibre/extend-lexicon
Browse files Browse the repository at this point in the history
Extend lexicon
  • Loading branch information
psibre authored May 12, 2024
2 parents 92b66f6 + e2cbf5b commit 057f50c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Upper Sorbian language component for MaryTTS
[Unreleased]
------------

### Changed

- Upgraded lexicon to v0.2.0

[v0.1.2] - 2024-03-21
---------------------

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ marytts {

dependencies {
implementation group: 'org.apache.commons', name: 'commons-csv', version: '1.9.0'
runtimeOnly group: 'de.dfki.mary', name: 'marytts-lexicon-hsb', version: '0.1.1'
runtimeOnly group: 'de.dfki.mary', name: 'marytts-lexicon-hsb', version: '0.2.0'
}

java {
Expand Down

0 comments on commit 057f50c

Please sign in to comment.