Skip to content

Commit

Permalink
chore(deps): update plugin org.jetbrains.kotlin.plugin.serialization …
Browse files Browse the repository at this point in the history
…to v2.1.0 (#667)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent fd1996b commit 29a38f7
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 @@ -4,7 +4,7 @@ import io.bkbn.sourdough.gradle.library.jvm.LibraryJvmExtension

plugins {
kotlin("jvm") version "2.1.0" apply false
kotlin("plugin.serialization") version "2.0.21" apply false
kotlin("plugin.serialization") version "2.1.0" apply false
id("io.bkbn.sourdough.library.jvm") version "0.13.1" apply false
id("io.bkbn.sourdough.application.jvm") version "0.13.1" apply false
id("com.vanniktech.maven.publish") version "0.30.0" apply false
Expand Down

0 comments on commit 29a38f7

Please sign in to comment.