From 797582f39f52424c73741e5cdce3b5ca3d930dad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 May 2022 15:31:20 +0200 Subject: [PATCH] build: bump jvm from 1.6.20 to 1.6.21 (#4) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ca6e88c..d3551db 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ plugins { // 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" // Apply the java-library plugin for API and implementation separation.