Skip to content

Commit

Permalink
build(deps): Update Kotlin to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed May 28, 2024
1 parent 1b5798b commit 1a80aeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
import org.jreleaser.model.api.common.ArchiveOptions

group = "com.felipebz.zpa"
version = "2.0.0-SNAPSHOT"

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

0 comments on commit 1a80aeb

Please sign in to comment.