We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fb00aa + d65b95c commit a30a7e4Copy full SHA for a30a7e4
1 file changed
build.gradle
@@ -65,7 +65,7 @@ dependencies {
65
//API
66
implementation('io.ktor:ktor-server-core:1.6.8')
67
implementation('io.ktor:ktor-server-host-common:1.6.8')
68
- implementation('io.ktor:ktor-server-netty:1.6.8')
+ implementation('io.ktor:ktor-server-netty:2.0.1')
69
implementation('io.ktor:ktor-serialization:1.6.8')
70
//Mixins
71
implementation 'com.github.ReflxctionDev.Tuna-Bytes:core:1.2.0'
0 commit comments