We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d25ca commit d65b95cCopy full SHA for d65b95c
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