From e0401771257619af383b7b4062e634cf3033c072 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 12:03:31 +0000 Subject: [PATCH] fix(deps): update dependency org.scalameta:scalafmt-core_2.13 to v3.7.0 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 30c8fe8b15..097102b071 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -100,7 +100,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.6.1" + String VER_SCALAFMT="3.7.0" scalafmtCompileOnly "org.scalameta:scalafmt-core_2.13:$VER_SCALAFMT" String VER_DIKTAT = "1.2.4.2"