Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Aug 22, 2024
1 parent 1eee181 commit d1f341a
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -3,11 +3,11 @@ import java.lang.System.getProperty
import org.gradle.api.tasks.wrapper.Wrapper.DistributionType.ALL

plugins {
kotlin("jvm") version("2.0.10")
kotlin("jvm") version("2.0.20")
id("org.graalvm.buildtools.native") version("0.10.2")
}

val hexagonVersion = "3.6.4"
val hexagonVersion = "3.6.5"
val gradleScripts = "https://raw.githubusercontent.com/hexagontk/hexagon/$hexagonVersion/gradle"

ext.set("modules", "java.logging,java.management")
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.

0 comments on commit d1f341a

Please sign in to comment.