diff --git a/build.gradle b/build.gradle index 3adce2c..6bdf7fa 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ marytts { dependencies { implementation group: 'org.apache.commons', name: 'commons-csv', version: '1.9.0' - runtimeOnly group: 'de.dfki.mary', name: 'marytts-lexicon-dsb', version: '0.2.0' + runtimeOnly group: 'de.dfki.mary', name: 'marytts-lexicon-dsb', version: '0.2.1' } java {