Skip to content

Commit

Permalink
build: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed Jul 20, 2023
1 parent 9f49299 commit 7972e79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ version = "2.0.0-SNAPSHOT"

plugins {
`maven-publish`
kotlin("jvm") version "1.8.20"
kotlin("jvm") version "1.9.0"
application
id("org.jreleaser") version "1.6.0"
id("org.jreleaser.jdks") version "1.6.0"
id("org.jreleaser") version "1.7.0"
id("org.jreleaser.jdks") version "1.7.0"
}

java {
Expand Down

0 comments on commit 7972e79

Please sign in to comment.