Skip to content

Commit

Permalink
GH-2195 Fix kaml-jvm version
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Aug 2, 2024
1 parent d77432b commit 0183ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reposilite-plugins/migration-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ application {
dependencies {
compileOnly(project(":reposilite-backend"))
testImplementation(project(":reposilite-backend"))
implementation("com.charleskorn.kaml:kaml-jvm:0.60.1")
implementation("com.charleskorn.kaml:kaml-jvm:0.61.0")
}

tasks.withType<ShadowJar> {
Expand Down

0 comments on commit 0183ff0

Please sign in to comment.