Skip to content

Commit

Permalink
[F] Fix kotlin build
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Feb 10, 2024
1 parent d6c8464 commit a9625df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ import java.time.ZoneId

plugins {
java
kotlin("jvm") version "1.6.10"
id("io.freefair.lombok") version "6.6.3"
kotlin("plugin.lombok") version "1.9.22"
kotlin("jvm") version "1.9.22"
id("io.freefair.lombok") version "8.1.0"
id("org.springframework.boot") version "2.7.11"
}

Expand Down

0 comments on commit a9625df

Please sign in to comment.