Skip to content

Commit

Permalink
Update kotlinx-document-store dependency version
Browse files Browse the repository at this point in the history
Upgraded the dependency version for kotlinx-document-store from 0.0.1-dev7 to 0.0.2 in settings.gradle.kts. This update ensures compatibility with recent features and bug fixes provided in the latest library version.
  • Loading branch information
fscarponi committed Sep 13, 2024
1 parent 4347589 commit 62fe96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencyResolutionManagement {
from(files("packagesearch-api-models.versions.toml"))
}
create("kotlinxDocumentStore") {
from("com.github.lamba92:kotlinx-document-store-version-catalog:0.0.1-dev7")
from("com.github.lamba92:kotlinx-document-store-version-catalog:0.0.2")
}
}
}
Expand Down

0 comments on commit 62fe96f

Please sign in to comment.