Skip to content

Commit

Permalink
upgrade Sudachi to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eiennohito committed Mar 10, 2023
1 parent b06c517 commit 89b748c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repositories {
}

dependencies {
implementation('com.worksap.nlp:sudachi:0.7.0')
implementation('com.worksap.nlp:sudachi:0.7.1')
compileOnly("org.elasticsearch:elasticsearch:${elasticsearchVersion}")
testImplementation("org.elasticsearch:elasticsearch:${elasticsearchVersion}")
testImplementation("org.elasticsearch.test:framework:${elasticsearchVersion}") {
Expand Down

0 comments on commit 89b748c

Please sign in to comment.