Skip to content

Commit

Permalink
Update Kotlin to v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 15, 2021
1 parent 1f49e76 commit 2053482
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ buildscript {
plugins {
id("org.springframework.boot") version "2.5.4"
id("io.spring.dependency-management") version "1.0.11.RELEASE"
id("org.jetbrains.kotlin.kapt") version "1.5.30"
id("org.jetbrains.kotlin.kapt") version "1.6.0"
id("com.google.cloud.tools.jib") version "3.1.4"
id("com.diffplug.spotless") version "5.14.2"
kotlin("jvm") version "1.5.20"
kotlin("plugin.spring") version "1.5.20"
kotlin("jvm") version "1.6.0"
kotlin("plugin.spring") version "1.6.0"
}

group = "org.codefreak.cloud"
Expand Down

0 comments on commit 2053482

Please sign in to comment.