Skip to content

Commit 4f45539

Browse files
committed
chore: kotlin native caching an dep updates
1 parent 1298829 commit 4f45539

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,14 @@ jobs:
9494
if: ${{ false }}
9595
uses: gradle/actions/setup-gradle@v4
9696

97+
- name: 💽 Cache Kotlin Native
98+
uses: actions/cache@v4
99+
with:
100+
path: ~/.konan
101+
key: ${{ runner.os }}-konan-${{ hashFiles('**/gradle/libs.versions.toml') }}
102+
restore-keys: |
103+
${{ runner.os }}-konan-
104+
97105
- name: 🏗️ Gradle Build & Run
98106
id: gradle-build
99107
run: |

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@ kotlinx-datetime-zoneinfo = "2025a-spi.0.6.2"
3232
kotlinx-serialization = "1.8.0"
3333
kotlinx-rpc = "0.5.1"
3434
kotlinx-collections-immutable = "0.3.8"
35-
kotlinx-lincheck = "2.37"
35+
kotlinx-lincheck = "2.38"
3636
kotlinx-html = "0.12.0"
3737
kotlinx-browser = "0.3"
3838
kotlinx-benchmark = "0.4.13"
3939
kotlinx-fuzz = "0.2.2"
4040
kotlinx-metadata = "0.9.0"
4141
kotlinx-reflect-lite = "1.1.0"
42-
kotlin-wrappers = "2025.3.8"
42+
kotlin-wrappers = "2025.3.9"
4343
kotlin-redacted = "1.12.1"
4444
kotlin-serviceloader = "0.0.15"
4545
kotlinx-multik = "0.2.3"
46-
kotlinx-dataframe = "0.16.0-dev-5981"
46+
kotlinx-dataframe = "0.16.0-dev-6119"
4747
kotlinx-kandy = "0.8.0"
4848
kotlin-statistics = "0.4.0-RC1"
4949
evas = "1.2.0"
@@ -54,7 +54,7 @@ akkurate = "0.11.0"
5454
kaml = "0.72.0"
5555
snakeyaml-engine-kmp = "3.1.1"
5656
konsist = "0.17.3"
57-
spring-boot = "3.4.2"
57+
spring-boot = "3.4.3"
5858
spring-depmgmt = "1.1.7"
5959
ktor = "3.1.1"
6060
ktor-cohort = "2.6.1"
@@ -157,7 +157,7 @@ async-profiler = "3.0"
157157
ap-loader-all = "3.0-9"
158158
openjdk-jmc = "9.0.0"
159159
airlift-aircompressor = "2.0.2"
160-
airlift-security = "312"
160+
airlift-security = "313"
161161
directory-keystore = "1.1.1"
162162
maven-mima = "3.0.0-alpha-3"
163163
maven-archeologist = "0.0.10"
@@ -166,7 +166,7 @@ jfree-svg = "5.0.6"
166166
xchart = "3.8.8"
167167
batik = "1.18"
168168
twelvemonkeys = "3.12.0"
169-
okapibarcode = "0.4.1"
169+
okapibarcode = "0.5.0"
170170
chasm = "0.9.6"
171171
cel = "0.9.1"
172172
kfswatch = "1.3.0"

0 commit comments

Comments
 (0)