Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
// Required by kotlinx-benchmark for JVM bench source sets — the
// plugin uses the allopen plugin to relax the `final` restriction
// on @State-annotated bench classes (JMH instantiates them).
kotlin("plugin.allopen") version "2.2.0"
kotlin("plugin.allopen") version "2.4.0"
}

group = "dev.aethernet"
Expand Down
Loading