make SuggestionProvider use CompletableFuture

This commit is contained in:
kento2 2026-05-30 23:21:29 +02:00
parent 35709b702d
commit c2aec2842a
5 changed files with 11 additions and 6 deletions

View file

@ -7,7 +7,7 @@ plugins {
}
group = "de.kentoj.scrow"
version = "0.2"
version = "0.4"
fun RepositoryHandler.scrowRepo() = maven {
name = "scrow"