From 0638ca6ba82587ccfb27f1fa3adca97af2ce0f68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:45:48 +0000 Subject: [PATCH] fix(deps): update dependency org.scalameta:scalafmt-core_2.13 to v3.8.3 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index f5802893b0..ae57914d18 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -126,7 +126,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.8.3" // sortPom sortPomCompileOnly 'com.github.ekryd.sortpom:sortpom-sorter:4.0.0' sortPomCompileOnly 'org.slf4j:slf4j-api:2.0.16'