From e788e989178d4f77443bd84ba62798984cc38d97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 08:55:01 +0000 Subject: [PATCH] fix(deps): update dependency org.scalameta:scalafmt-core_2.13 to v3.10.6 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 98a511a381..08f9757d1a 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -118,7 +118,7 @@ dependencies { // palantirJavaFormat palantirJavaFormatCompileOnly 'com.palantir.javaformat:palantir-java-format:1.1.0' // this version needs to stay compilable against Java 8 for CI Job testNpm // scalafmt - scalafmtCompileOnly "org.scalameta:scalafmt-core_2.13:3.8.1" + scalafmtCompileOnly "org.scalameta:scalafmt-core_2.13:3.10.6" // sortPom sortPomCompileOnly 'com.github.ekryd.sortpom:sortpom-sorter:4.0.0' sortPomCompileOnly 'org.slf4j:slf4j-api:2.0.17'