Skip to content

Commit

Permalink
All Kotlin upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed Aug 6, 2023
1 parent 60712f1 commit 84849b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -301,4 +301,4 @@ local-pipeline-good-feel: build-gradle-good-feel
local-pipeline-plus: build-gradle-plus
local-pipeline-graal-exec: build-gradle-exec-graalvm
local-pipeline-graal-cloud: build-gradle-cloud-graalvm
local-pipeline: local-pipeline-good-feel local-pipeline-plus local-pipeline-ktor-no-db local-pipeline-ktor local-pipeline-graal-exec local-pipeline-graal-cloud
local-pipeline: local-pipeline-good-feel local-pipeline-plus local-pipeline-ktor-no-db local-pipeline-ktor local-pipeline-graal-exec local-pipeline-graal-cloud
4 changes: 2 additions & 2 deletions whiskers-graalvm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ plugins {
id("io.spring.dependency-management") version "1.1.2"
// id("org.springframework.experimental.aot") version "0.12.1"
id("org.graalvm.buildtools.native") version "0.9.23"
kotlin("jvm") version "1.8.22"
kotlin("plugin.spring") version "1.8.22"
kotlin("jvm") version "1.9.0"
kotlin("plugin.spring") version "1.9.0"
}

group = "org.jesperancinha.knative"
Expand Down
4 changes: 2 additions & 2 deletions whiskers-ktor/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
application
kotlin("multiplatform") version "1.8.22"
kotlin("plugin.serialization") version "1.8.22"
kotlin("multiplatform") version "1.9.0"
kotlin("plugin.serialization") version "1.9.0"
}

group = "org.jesperancinha.native"
Expand Down

0 comments on commit 84849b8

Please sign in to comment.