libeufin

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

commit 6f80ef1b3c3fc8ac85c8ba05fe30989e49230289
parent ad8b7176a7110b606708e4c7febd759eaa8978b0
Author: Antoine A <>
Date:   Thu, 22 Aug 2024 14:09:04 +0200

common: update kotlin

Diffstat:
Mbuild.gradle | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle @@ -1,7 +1,7 @@ // This file is in the public domain. plugins { - id("org.jetbrains.kotlin.jvm") version "2.0.10" + id("org.jetbrains.kotlin.jvm") version "2.0.20" id("org.jetbrains.dokka") version "1.9.20" id("idea") id("java-library") @@ -19,7 +19,7 @@ if (!JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_17)){ allprojects { ext { - set("kotlin_version", "2.0.10") + set("kotlin_version", "2.0.20") set("ktor_version", "2.3.12") set("clikt_version", "4.4.0") set("coroutines_version", "1.8.1")