Skip to content

Commit

Permalink
build: Update build plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed May 29, 2024
1 parent bfbc879 commit 3e620fe
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
Expand Up @@ -8,8 +8,8 @@ plugins {
`maven-publish`
kotlin("jvm") version "2.0.0"
application
id("org.jreleaser") version "1.8.0"
id("org.jreleaser.jdks") version "1.8.0"
id("org.jreleaser") version "1.12.0"
id("org.jreleaser.jdks") version "1.12.0"
}

java {
Expand Down

0 comments on commit 3e620fe

Please sign in to comment.