From 5fea66e1e4d99b28faeb04cd09527c66b3fa0478 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 22:08:03 +0000 Subject: [PATCH] Update dependency org.scalameta:scalafmt-core_2.13 to v3.10.3 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 84b84e157e..fc73b5ab99 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -114,7 +114,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.3" // sortPom sortPomCompileOnly 'com.github.ekryd.sortpom:sortpom-sorter:4.0.0' sortPomCompileOnly 'org.slf4j:slf4j-api:2.0.17'