This commit is contained in:
tursom 2021-07-16 00:33:42 +08:00
parent 56b82d0979
commit e683712c4f
2 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@ ext["excludeTest"] = { project: Project, tasks: TaskContainer ->
plugins {
kotlin("jvm") version "1.5.20"
kotlin("jvm") version "1.5.21"
`maven-publish`
}

View File

@ -7,6 +7,7 @@ dependencies {
api(project(":ts-core"))
api(project(":ts-core:ts-buffer"))
api(project(":ts-core:ts-log"))
compileOnly(project(":ts-socket"))
api(group = "io.netty", name = "netty-all", version = "4.1.43.Final")
}