Skip to content

Commit

Permalink
build: Use Kotlin 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed Dec 30, 2022
1 parent 76425e5 commit 846100c
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 @@ -6,7 +6,7 @@ version = "2.0.0-SNAPSHOT"

plugins {
`maven-publish`
kotlin("jvm") version "1.7.21"
kotlin("jvm") version "1.8.0"
application
id("com.github.johnrengelman.shadow") version "7.1.0"
id("org.jreleaser") version "1.3.1"
Expand Down

0 comments on commit 846100c

Please sign in to comment.