diff --git a/CHANGELOG.md b/CHANGELOG.md index 7509e24..9a79c4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ Lower Sorbian language component for MaryTTS [Unreleased] ------------ +### Changed + +- Upgraded lexicon to v0.2.0 + [v0.1.2] - 2024-04-25 --------------------- diff --git a/build.gradle b/build.gradle index 198d0d6..1fb7e24 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ repositories { dependencies { implementation group: 'org.apache.commons', name: 'commons-csv', version: '1.9.0' - runtimeOnly group: 'de.dfki.mary', name: 'marytts-lexicon-dsb', version: '0.1.1' + runtimeOnly group: 'de.dfki.mary', name: 'marytts-lexicon-dsb', version: '0.2.0' } java {