Skip to content

Commit

Permalink
Merge pull request #135 from detached/dependabot/gradle/kotlinVersion…
Browse files Browse the repository at this point in the history
…-1.9.0

Bump kotlinVersion from 1.8.22 to 1.9.0
  • Loading branch information
detached authored Sep 29, 2023
2 parents 5493ca8 + 4b9db98 commit 5ec078c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ configurations {
}

ext {
kotlinVersion = "1.8.22"
kotlinVersion = "1.9.0"
postgresqlJdbcVersion = "42.6.0"
jooqVersion = "3.18.5"
nodeVersion = "18.12.0"
Expand Down

0 comments on commit 5ec078c

Please sign in to comment.