From 77fbe9403f789103fa4c88a520a8f41e7c8bec70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 20:59:15 +0000 Subject: [PATCH] Update dependency org.scalameta:scalafmt-core_2.13 to v3.7.2 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index f6e0446f73..bca5cc22ff 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -97,7 +97,7 @@ dependencies { compatKtLint0Dot48Dot0CompileAndTestOnly 'com.pinterest.ktlint:ktlint-ruleset-experimental:0.48.0' compatKtLint0Dot48Dot0CompileAndTestOnly 'com.pinterest.ktlint:ktlint-ruleset-standard:0.48.0' - String VER_SCALAFMT="3.7.1" + String VER_SCALAFMT="3.7.2" scalafmtCompileOnly "org.scalameta:scalafmt-core_2.13:$VER_SCALAFMT" String VER_DIKTAT = "1.2.4.2"