Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
2136d2772d Update dependency dev.inmo:micro_utils.ktor.server to v0.18.2-branch_0.18.2-build474 2023-05-05 23:37:43 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ fun main() {
}
}
})
appendText("Exit button")
appendText("Example button")
} ?: window.alert("Unable to load body")
document.body ?.appendElement("p", {})

View File

@@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx2g
kotlin_version=1.8.21
telegram_bot_api_version=7.1.2
micro_utils_version=0.18.1
telegram_bot_api_version=7.1.1
micro_utils_version=0.18.2-branch_0.18.2-build474
serialization_version=1.5.0
ktor_version=2.3.0