mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Merge branch 'dev' into feature/sync
This commit is contained in:
@@ -22,7 +22,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
|
||||
plugins {
|
||||
application
|
||||
id("kotlin")
|
||||
id("com.github.johnrengelman.shadow") version "6.1.0"
|
||||
id("com.github.johnrengelman.shadow") version "7.0.0"
|
||||
}
|
||||
|
||||
|
||||
@@ -33,9 +33,9 @@ application {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
val ktorVersion = "1.5.4"
|
||||
val kotlinVersion = "1.5.0"
|
||||
val logbackVersion = "1.2.3"
|
||||
val ktorVersion = "1.6.2"
|
||||
val kotlinVersion = "1.5.21"
|
||||
val logbackVersion = "1.2.5"
|
||||
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion")
|
||||
implementation("io.ktor:ktor-server-netty:$ktorVersion")
|
||||
implementation("ch.qos.logback:logback-classic:$logbackVersion")
|
||||
@@ -43,11 +43,13 @@ dependencies {
|
||||
implementation("io.ktor:ktor-html-builder:$ktorVersion")
|
||||
implementation("io.ktor:ktor-jackson:$ktorVersion")
|
||||
implementation("org.jetbrains:kotlin-css-jvm:1.0.0-pre.148-kotlin-1.4.30")
|
||||
implementation("io.prometheus:simpleclient:0.10.0")
|
||||
implementation("io.prometheus:simpleclient_httpserver:0.10.0")
|
||||
implementation("io.prometheus:simpleclient_hotspot:0.10.0")
|
||||
implementation("io.prometheus:simpleclient:0.11.0")
|
||||
implementation("io.prometheus:simpleclient_httpserver:0.11.0")
|
||||
implementation("io.prometheus:simpleclient_hotspot:0.11.0")
|
||||
testImplementation("io.ktor:ktor-server-tests:$ktorVersion")
|
||||
testImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0")
|
||||
testImplementation(kotlin("test"))
|
||||
testImplementation(kotlin("test-junit"))
|
||||
}
|
||||
|
||||
tasks.withType<ShadowJar> {
|
||||
|
||||
Reference in New Issue
Block a user