From 939d45f05687448b92d66f10f18dcfe0d49615ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 20:33:58 +0000 Subject: [PATCH] fix(deps): update dependency org.scalameta:scalafmt-core_2.13 to v3.7.3 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 5480320889..3bd48adb11 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -102,7 +102,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.3" scalafmtCompileOnly "org.scalameta:scalafmt-core_2.13:$VER_SCALAFMT" String VER_DIKTAT = "1.2.4.2"