Update 'build.gradle.kts'

This commit is contained in:
Sambo Chea 2021-06-02 07:52:19 +07:00
parent c592e5dfae
commit 9755a02caa

View File

@ -3,9 +3,9 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
id("org.springframework.boot") version "2.5.0" apply false
id("io.spring.dependency-management") version "1.0.11.RELEASE" apply false
kotlin("jvm") version "1.5.0" apply false
kotlin("plugin.spring") version "1.5.0" apply false
kotlin("plugin.jpa") version "1.5.0" apply false
kotlin("jvm") version "1.5.10" apply false
kotlin("plugin.spring") version "1.5.10" apply false
kotlin("plugin.jpa") version "1.5.10" apply false
}
allprojects {