Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.akuleshov7:ktoml-file from 0.5.1 to 0.5.2 #67

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump com.akuleshov7:ktoml-file from 0.5.1 to 0.5.2
Bumps [com.akuleshov7:ktoml-file](https://github.com/akuleshov7/ktoml) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/akuleshov7/ktoml/releases)
- [Commits](orchestr7/ktoml@v0.5.1...v0.5.2)

---
updated-dependencies:
- dependency-name: com.akuleshov7:ktoml-file
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 17, 2024
commit 47c5a396a2abe99e040fe5d48aa977c491f58c60
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
implementation("com.beust:klaxon:5.6")
implementation("com.akuleshov7:ktoml-core:0.5.1")
implementation("com.akuleshov7:ktoml-file:0.5.1")
implementation("com.akuleshov7:ktoml-file:0.5.2")
implementation("io.arrow-kt:arrow-core:1.2.4")
}

Expand Down
Loading