Skip to content
Snippets Groups Projects
Verified Commit fa60e510 authored by Konstantin Kopper's avatar Konstantin Kopper
Browse files

Kotlin 1.4.32 and some dependency upgrades

parent 3698d18e
No related branches found
No related tags found
No related merge requests found
Pipeline #27150 passed
......@@ -5,8 +5,8 @@ if (!JavaVersion.current().isJava8Compatible)
error("Only JDK 8 or newer is supported!")
plugins {
kotlin("jvm") version "1.4.31"
kotlin("plugin.serialization") version "1.4.31"
kotlin("jvm") version "1.4.32"
kotlin("plugin.serialization") version "1.4.32"
id("org.jetbrains.dokka") version "1.4.30"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment