Skip to content

Commit

Permalink
Upgrade kotlin to 1.8.20
Browse files Browse the repository at this point in the history
  • Loading branch information
MikAoJk committed Apr 4, 2023
1 parent dff7c48 commit 8f0990f
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 @@ -18,7 +18,7 @@ val junitJupiterVersion = "5.9.2"
val verapdfVersion = "1.22.2"

plugins {
kotlin("jvm") version "1.8.10"
kotlin("jvm") version "1.8.20"
id("org.jmailen.kotlinter") version "3.14.0"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("com.github.ben-manes.versions") version "0.46.0"
Expand Down

0 comments on commit 8f0990f

Please sign in to comment.