Skip to content

Commit

Permalink
Merge pull request #29 from ephemient/dependabot/gradle/kt/org.graalv…
Browse files Browse the repository at this point in the history
…m.buildtools.native-0.10.4
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
2 parents c0c6bd7 + 9ef3871 commit 9a4f416
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions kt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ export GRAALVM_HOME=...
Print solutions for the inputs provided in local data files as a GraalVM Native Image:

```sh
export GRAALVM_HOME=...
./gradlew --no-configuration-cache :graalvm:nativeRun
```
2 changes: 1 addition & 1 deletion kt/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ junit-jupiter = "5.11.3"
kotlin = "2.1.0"
kotlinx-benchmark = "0.4.13"
kotlinx-coroutines = "1.9.0"
native-image = "0.10.3"
native-image = "0.10.4"
okio = "3.9.1"

[plugins]
Expand Down

0 comments on commit 9a4f416

Please sign in to comment.