Skip to content

Commit

Permalink
Update serialization plugin to 1.7.0 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobkmar committed Jun 10, 2022
1 parent ed338a7 commit 5f51c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -9,13 +9,13 @@ description = "A Kotlin API for Minecraft plugins using the Spigot or Paper tool

plugins {
kotlin("jvm") version "1.7.0"
kotlin("plugin.serialization") version "1.7.0"

`java-library`
`maven-publish`
signing

id("org.jetbrains.dokka") version "1.6.21"
kotlin("plugin.serialization") version "1.6.21"

id("io.papermc.paperweight.userdev") version "1.3.6"
}
Expand Down

0 comments on commit 5f51c8d

Please sign in to comment.