Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Commit

Permalink
Updated the project to Kotlin 1.2.30
Browse files Browse the repository at this point in the history
Signed-off-by: Sriram <[email protected]>
  • Loading branch information
ramsrib committed Mar 9, 2018
1 parent b858d49 commit 8274964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/hello-spring-boot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group = "com.spring.boot"
version = "1.0.0-SNAPSHOT"

plugins {
val kotlinVersion = "1.2.21"
val kotlinVersion = "1.2.30"
id("org.springframework.boot") version "2.0.0.RELEASE"
kotlin("jvm") version kotlinVersion
kotlin("plugin.spring") version kotlinVersion
Expand Down

0 comments on commit 8274964

Please sign in to comment.