Skip to content

Commit e32e77e

Browse files
committed
Update dependencies
1 parent b74c8ec commit e32e77e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
distribution: graalvm-community
2121
java-version: 25
2222
cache: gradle
23-
- run: ./gradlew -x test zipNative
23+
- run: ./gradlew --info -x test zipNative
2424
- if: ${{ matrix.os == 'windows-latest' }}
2525
run: |
2626
chmod +x build/native/nativeCompile/codecv.exe

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
id("org.graalvm.buildtools.native") version("0.11.1")
99
}
1010

11-
val hexagonVersion = "4.2.3"
11+
val hexagonVersion = "4.2.4"
1212
val vertxVersion = "5.0.4"
1313
val slf4jVersion = "2.0.17"
1414

0 commit comments

Comments
 (0)