Skip to content

Commit 5f51c8d

Browse files
committed
Update serialization plugin to 1.7.0 as well
1 parent ed338a7 commit 5f51c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ description = "A Kotlin API for Minecraft plugins using the Spigot or Paper tool
99

1010
plugins {
1111
kotlin("jvm") version "1.7.0"
12+
kotlin("plugin.serialization") version "1.7.0"
1213

1314
`java-library`
1415
`maven-publish`
1516
signing
1617

1718
id("org.jetbrains.dokka") version "1.6.21"
18-
kotlin("plugin.serialization") version "1.6.21"
1919

2020
id("io.papermc.paperweight.userdev") version "1.3.6"
2121
}

0 commit comments

Comments
 (0)