Skip to content

Commit

Permalink
Updated Kotlin to 1.5.21
Browse files Browse the repository at this point in the history
  • Loading branch information
mickverm committed Aug 9, 2021
1 parent 1c5fce7 commit 8396845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {

plugins {
id("java-library")
kotlin("jvm") version "1.4.10"
kotlin("jvm") version "1.5.21"
id("org.jetbrains.dokka") version "0.9.18"
id("maven-publish")
id("com.jfrog.bintray") version "1.8.4"
Expand Down

0 comments on commit 8396845

Please sign in to comment.