build: bump jvm from 1.6.20 to 1.6.21 (#4)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-05-04 15:31:20 +02:00 committed by GitHub
parent e7c7f77a4b
commit 797582f39f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
plugins { plugins {
// Apply the org.jetbrains.kotlin.jvm Plugin to add support for Kotlin. // Apply the org.jetbrains.kotlin.jvm Plugin to add support for Kotlin.
kotlin("jvm") version "1.6.20" kotlin("jvm") version "1.6.21"
id("org.jetbrains.dokka") version "1.6.21" id("org.jetbrains.dokka") version "1.6.21"
// Apply the java-library plugin for API and implementation separation. // Apply the java-library plugin for API and implementation separation.