summaryrefslogtreecommitdiff
path: root/gradle/libs.versions.toml
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2022-04-21 16:12:56 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2022-04-21 16:22:09 +0200
commit660c1fd2c911933d8aa081b13dbf705652eff84c (patch)
tree938f299aa17a283c35f102f1ee0e831098395cc2 /gradle/libs.versions.toml
parent72568a66a6b499ca31e29bd0df51b0ab642f6368 (diff)
build: Update to Kotlin 1.6.21
This change updates the Kotlin version used by the build process of our project to version 1.6.21.
Diffstat (limited to 'gradle/libs.versions.toml')
-rw-r--r--gradle/libs.versions.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 8f2e64f7..ffcf7edb 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -12,7 +12,7 @@ jmh-gradle = "0.6.6"
jakarta-validation = "2.0.2"
junit-jupiter = "5.8.2"
junit-platform = "1.8.2"
-kotlin = "1.6.20"
+kotlin = "1.6.21"
kotlin-logging = "2.1.21"
kotlinx-coroutines = "1.6.1"
ktlint-gradle = "10.2.1"