Skip to content
Open
Show file tree
Hide file tree
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 frameworks/neton/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
// One published coordinate. `neton` brings core + logging + http + routing and
// the hyper4k engine, so the arena entry builds from Maven exactly like any
// other application would — no source checkout, no composite build.
val netonVersion = "1.0.0-beta17"
val netonVersion = "1.0.0-beta20"

kotlin {
// The arena builds linuxX64; macosArm64 is here so the endpoints can be
Expand Down
8 changes: 4 additions & 4 deletions site/data/frameworks.json
Original file line number Diff line number Diff line change
Expand Up @@ -977,9 +977,9 @@
"response": true
}
},
"ktor-ghost": {
"dir": "ktor-ghost",
"description": "JetBrains Ktor 3.x on Netty with Kotlin coroutines, Ghost Serializer, JDK 21.",
"ktor-tuned": {
"dir": "ktor-tuned",
"description": "JetBrains Ktor 3.x on Netty with Ghost Serializer, JDK 25.",
"repo": "https://github.com/ktorio/ktor",
"type": "flagship",
"engine": "netty",
Expand All @@ -993,7 +993,7 @@
},
"ktor": {
"dir": "ktor",
"description": "JetBrains Ktor 3.x on Netty with Kotlin coroutines, kotlinx.serialization, JDK 21.",
"description": "JetBrains Ktor 3.x on Netty with kotlinx.serialization, JDK 25.",
"repo": "https://github.com/ktorio/ktor",
"type": "flagship",
"engine": "netty",
Expand Down
Loading