Skip to content

Commit

Permalink
Use kotlin 1.5.20
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobkmar committed Jun 28, 2021
1 parent 8c612dc commit 2c86ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ version = "1.17.2"
description = "A Kotlin API for the Minecraft Server Software \"Spigot\"."

plugins {
kotlin("jvm") version "1.5.10"
kotlin("jvm") version "1.5.20"

`java-library`
`maven-publish`
signing

id("org.jetbrains.dokka") version "1.4.32"
kotlin("plugin.serialization") version "1.5.10"
kotlin("plugin.serialization") version "1.5.20"
}

repositories {
Expand Down

0 comments on commit 2c86ac9

Please sign in to comment.