Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
| datasource | package                                               | from  | to    |
| ---------- | ----------------------------------------------------- | ----- | ----- |
| maven      | com.javiersc.hubdle:hubdle-version-catalog            | 0.4.3 | 0.4.4 |
| maven      | com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin | 0.8.2 | 0.8.3 |
  • Loading branch information
renovate[bot] committed Feb 13, 2025
1 parent 941f526 commit e327fa4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@

### Updated

- `com.javiersc.hubdle:hubdle-version-catalog -> 0.4.3`
- `com.javiersc.hubdle:hubdle-version-catalog -> 0.4.4`
- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.8.3`

## [0.14.0+2.1.10] - 2025-01-28

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
hubdle = "0.8.2"
hubdleCatalog = "0.4.3"
hubdle = "0.8.3"
hubdleCatalog = "0.4.4"
javiersc-kotlin-compiler-extensions = "0.5.2+2.1.10"
jetbrains-kotlin = "2.1.10"

Expand Down
11 changes: 10 additions & 1 deletion kopy-runtime/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,16 @@ hubdle {
mingwX64()
}
native()
wasmJs()
wasm {
js {
browser()
d8()
nodejs()
}
wasi {
nodejs()
}
}
}
}
}

0 comments on commit e327fa4

Please sign in to comment.