Skip to content

Commit

Permalink
Merge pull request #17 from psibre/upgrades
Browse files Browse the repository at this point in the history
Upgrades
  • Loading branch information
psibre committed May 18, 2024
2 parents 369e808 + 20a969c commit 5c67574
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 @@ Lower Sorbian language component for MaryTTS
[Unreleased]
------------

### Changed

- Upgraded lexicon to v0.2.0

[v0.1.2] - 2024-04-25
---------------------

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5c67574

Please sign in to comment.