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

Commit

Permalink
Merge pull request #196 from siper/dependabot/gradle/jvm-1.9.0
Browse files Browse the repository at this point in the history
Bump jvm from 1.8.22 to 1.9.0
  • Loading branch information
siper committed Jul 6, 2023
2 parents dc81892 + 9ec94de commit 5febf7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ val junitVersion = "5.9.3"
val postgresqlVersion = "42.6.0"

plugins {
kotlin("jvm") version "1.8.22"
kotlin("jvm") version "1.9.0"
kotlin("plugin.serialization") version "1.9.0"
id("com.github.johnrengelman.shadow") version "8.1.1"
application
Expand Down

0 comments on commit 5febf7a

Please sign in to comment.