Skip to content

Commit

Permalink
build: Use Kotlin 1.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed Feb 6, 2023
1 parent 636db42 commit f1b3d46
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 @@ -5,7 +5,7 @@ version = "2.0.0-SNAPSHOT"

plugins {
`maven-publish`
kotlin("jvm") version "1.8.0"
kotlin("jvm") version "1.8.10"
application
id("org.jreleaser") version "1.4.0"
id("org.jreleaser.jdks") version "1.4.0"
Expand Down

0 comments on commit f1b3d46

Please sign in to comment.