Skip to content

Commit

Permalink
fix(deps): update managed.ksp to v1.9.21-1.0.15 (#10169)
Browse files Browse the repository at this point in the history
* fix(deps): update managed.ksp to v1.9.21-1.0.15

* This requires more memory for Kotest 🤔

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sergio del Amo <sergio.delamo@softamo.com>
Co-authored-by: Tim Yates <tim.yates@gmail.com>
  • Loading branch information
3 people committed Dec 3, 2023
1 parent c80dc25 commit 32438cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ managed-reactive-streams = "1.0.4"
managed-reactor = "3.5.11"
managed-snakeyaml = "2.0"
managed-java-parser-core = "3.25.6"
managed-ksp = "1.9.20-1.0.14"
managed-ksp = "1.9.21-1.0.15"
micronaut-docs = "2.0.0"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion inject-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ tasks.named("test") {
// testLogging {
// showStandardStreams = true
// }
maxHeapSize("1G")
maxHeapSize("3G")
forkEvery = 40
maxParallelForks = 4
}
Expand Down

0 comments on commit 32438cc

Please sign in to comment.