diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-06-17 14:33:56 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-06-17 14:33:56 +0200 |
| commit | 5649bdc3fe77b40a112d8478460aab30ee08de58 (patch) | |
| tree | db176a49e63814a4338e978f940897808bfc6016 /buildSrc/build.gradle.kts | |
| parent | 0fd7b3116fbace7deb8202d1849cece7146462a9 (diff) | |
build: Update dependencies
This change updates the project dependencies to follow the latest
available version where possible.
Diffstat (limited to 'buildSrc/build.gradle.kts')
| -rw-r--r-- | buildSrc/build.gradle.kts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 21414d2e..431e8566 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -32,9 +32,9 @@ repositories { dependencies { implementation(kotlin("gradle-plugin", version = "1.5.10")) - implementation("org.jlleitschuh.gradle:ktlint-gradle:10.0.0") + implementation("org.jlleitschuh.gradle:ktlint-gradle:10.1.0") implementation("org.jetbrains.kotlin:kotlin-allopen:1.5.10") - implementation("org.jetbrains.kotlinx:kotlinx-benchmark-plugin:0.3.0") + implementation("org.jetbrains.kotlinx:kotlinx-benchmark-plugin:0.3.1") implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.4.32") implementation("gradle.plugin.com.github.jengelman.gradle.plugins:shadow:7.0.0") } |
