From cb8640ebd3e69daac458905f5956fbb0e4c72273 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Mon, 3 Oct 2022 09:17:52 +0700 Subject: [PATCH] Fixed kotlin version --- README.md | 4 ++-- build.gradle.kts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c73d9d0..25729ea 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ ### Language and Framework -- Spring Boot: 2.7.3 -- Kotlin: 1.7.10 +- Spring Boot: 2.7.4 +- Kotlin: 1.7.20 - Gradle: 7.5 # Modules diff --git a/build.gradle.kts b/build.gradle.kts index 80a51e9..999d5a4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,8 +4,8 @@ plugins { id("org.springframework.boot") version "2.7.4" apply false id("io.spring.dependency-management") version "1.0.14.RELEASE" apply false kotlin("jvm") version "1.7.20" apply false - kotlin("plugin.spring") version "1.7.10" apply false - kotlin("plugin.jpa") version "1.7.10" apply false + kotlin("plugin.spring") version "1.7.20" apply false + kotlin("plugin.jpa") version "1.7.20" apply false } allprojects {