From 180d8b16c0d98d9da8d7c295e0f25bc61fff9679 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Feb 2022 13:21:26 +0000 Subject: [PATCH] Bump flatlaf from 1.6.4 to 2.0.2 Bumps [flatlaf](https://github.com/JFormDesigner/FlatLaf) from 1.6.4 to 2.0.2. - [Release notes](https://github.com/JFormDesigner/FlatLaf/releases) - [Changelog](https://github.com/JFormDesigner/FlatLaf/blob/main/CHANGELOG.md) - [Commits](https://github.com/JFormDesigner/FlatLaf/compare/1.6.4...2.0.2) --- updated-dependencies: - dependency-name: com.formdev:flatlaf dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b2729ce..4d70d82 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ dependencies { implementation(kotlin("stdlib-jdk8", "1.6.0")) implementation(kotlin("reflect", "1.6.0")) - implementation("com.formdev:flatlaf:1.6.4") + implementation("com.formdev:flatlaf:2.0.2") implementation("com.google.code.gson:gson:2.8.9") implementation("com.xenomachina:kotlin-argparser:2.0.7") { exclude(module = "kotlin-stdlib")