Logo
Explore Help
Sign In
machankura/phoenixd_enclave
3
0
Fork 0
You've already forked phoenixd_enclave
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
phoenixd_enclave/buildSrc/src/main/kotlin/Versions.kt

9 lines
247 B
Kotlin
Raw Normal View History

Add version in log, command and api A task has been added to generate a BuildVersions file when building the project. Project's version can be found in that file at runtime. Also centralized declaration of the dependencies versions to buildSrc.
2024-03-20 16:01:45 +01:00
object Versions {
val kotlin = "1.9.23"
Replace `--max-absolute-fee` by `--max-mining-fee` (#32) It makes much more sense to consider only the mining fee, for the absolute fee check, as it is volatile and amount-independent. The service fee is in % and predictable. The default value is equivalent as before (1% of the default `auto-liquidity`, given that the previous value of 2% included the 1% liquidity service fee). Previous option is deprecated and explicitly rejected.
2024-04-10 16:47:15 +02:00
val lightningKmp = "1.6.2-FEECREDIT-6"
Add version in log, command and api A task has been added to generate a BuildVersions file when building the project. Project's version can be found in that file at runtime. Also centralized declaration of the dependencies versions to buildSrc.
2024-03-20 16:01:45 +01:00
val sqlDelight = "2.0.1"
val okio = "3.8.0"
val clikt = "4.2.2"
val ktor = "2.3.8"
fun ktor(module: String) = "io.ktor:ktor-$module:$ktor"
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 40ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API