libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit b771f6976c8f541f23dc5b8f50725174837d63f1
parent 5400afda42a6a48e63e4249c9facad799da830cb
Author: Antoine A <>
Date:   Wed, 27 Nov 2024 16:28:04 +0100

common: update kotlin

Diffstat:
Mbuild.gradle | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle @@ -19,7 +19,7 @@ if (!JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_17)){ allprojects { ext { - set("kotlin_version", "2.0.21") + set("kotlin_version", "2.1.0") set("ktor_version", "3.0.1") set("clikt_version", "5.0.1") set("coroutines_version", "1.9.0")