From ca417327693008a035efabba2e8eaa1915da3b84 Mon Sep 17 00:00:00 2001 From: SebastianoMB <36539993+SebastianoMB@users.noreply.github.com> Date: Thu, 5 Sep 2024 10:37:48 +0200 Subject: [PATCH] Update exercise-1.md kotlin version 1.5 -> 2.0.20 --- exercise-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercise-1.md b/exercise-1.md index b2087ce..d9380a3 100644 --- a/exercise-1.md +++ b/exercise-1.md @@ -12,7 +12,7 @@ Prepare the maven pom.xml for Kotlin. ```xml - 1.5.10 + 2.0.20 true ...