From bf4ce4c02eef3a964d2aa76cdda1b216715162ef Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Thu, 14 Jan 2021 17:26:26 +0700 Subject: [PATCH] Fixed and changed the readme --- README.md | 6 +++--- settings.gradle.kts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 459e07c..3ce64ae 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Sample Modules - Including parent deps -- Spring Boot +- Spring Boot (2.4.1) - Spring Dependency Management - Gradle with Kotlin DSL (6.6.1) -- Kotlin Langauge +- Kotlin Langauge (1.4.21) # Development - Clone the modules @@ -25,4 +25,4 @@ include("gradle-sample-module-example") ### Implementation module in ```build.gradle.kts``` ```gradle implementation(project(":gradle-sample-module-example")) -``` \ No newline at end of file +``` diff --git a/settings.gradle.kts b/settings.gradle.kts index a7d221c..fc0358c 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1 +1 @@ -rootProject.name = "sample-modules" \ No newline at end of file + rootProject.name = "sample-modules" \ No newline at end of file