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