Skip to content

Commit

Permalink
chore(deps): update plugin net.kyori.blossom to v2 (#104)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 3, 2024
1 parent b6b91fb commit 72f23f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ plugins {
kotlin("kapt") version "1.9.22" apply false
kotlin("plugin.serialization") version "1.9.22" apply false
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
id("net.kyori.blossom") version "1.3.1" apply false
id("net.kyori.blossom") version "2.1.0" apply false
}

allprojects {
Expand Down

0 comments on commit 72f23f2

Please sign in to comment.