Skip to content

Commit

Permalink
use taack-ui 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Taack committed Dec 31, 2022
1 parent 0714123 commit 73540a6
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 @@ -138,7 +138,7 @@ subprojects {
if (isEmbeddingInfra.equals('true')) {
if (!['taack-ui', 'server'].contains(project.name)) implementation project(':infra:taack-ui')
} else {
implementation 'org.taack:taack-ui:0.1'
implementation 'org.taack:taack-ui:0.2'
}

implementation "org.apache.commons:commons-csv:1.9.0"
Expand Down

0 comments on commit 73540a6

Please sign in to comment.