+versions
This commit is contained in:
parent
da1289e3be
commit
b68da9237a
@ -10,18 +10,18 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = "net.sergeych"
|
group = "net.sergeych"
|
||||||
version = "0.0.1-SNAPSHOT"
|
version = "0.0.2-SNAPSHOT"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven("https://maven.universablockchain.com")
|
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
|
maven("https://maven.universablockchain.com")
|
||||||
}
|
}
|
||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
jvm {
|
jvm {
|
||||||
compilations.all {
|
compilations.all {
|
||||||
kotlinOptions.jvmTarget = "1.8"
|
kotlinOptions.jvmTarget = "11"
|
||||||
}
|
}
|
||||||
withJava()
|
withJava()
|
||||||
testRuns["test"].executionTask.configure {
|
testRuns["test"].executionTask.configure {
|
||||||
@ -45,7 +45,7 @@ kotlin {
|
|||||||
implementation("io.ktor:ktor-client-core:$ktor_version")
|
implementation("io.ktor:ktor-client-core:$ktor_version")
|
||||||
implementation("io.ktor:ktor-client-websockets:$ktor_version")
|
implementation("io.ktor:ktor-client-websockets:$ktor_version")
|
||||||
api("org.jetbrains.kotlinx:kotlinx-datetime:0.4.0")
|
api("org.jetbrains.kotlinx:kotlinx-datetime:0.4.0")
|
||||||
api("net.sergeych:boss-serialization-mp:[0.1.3-SNAPSHOT,)")
|
api("net.sergeych:boss-serialization-mp:0.1.4-SNAPSHOT")
|
||||||
api("net.sergeych:mp_stools:1.2.3-SNAPSHOT")
|
api("net.sergeych:mp_stools:1.2.3-SNAPSHOT")
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user