We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e6b5fd commit 87f2481Copy full SHA for 87f2481
1 file changed
build.gradle
@@ -64,7 +64,7 @@ dependencies {
64
implementation 'commons-cli:commons-cli:1.5.0'
65
//API
66
implementation('io.ktor:ktor-server-core:1.6.8')
67
- implementation('io.ktor:ktor-server-host-common:1.6.8')
+ implementation('io.ktor:ktor-server-host-common:2.0.0')
68
implementation('io.ktor:ktor-server-netty:1.6.8')
69
implementation('io.ktor:ktor-serialization:1.6.8')
70
//Mixins
0 commit comments