From 8d552191b7e597f0113185b8746d006acda22286 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 14:49:42 +0000 Subject: [PATCH] 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 4396e4355a..4f3467ff78 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.12'