Skip to content

Commit e3c8501

Browse files
fix(deps): update dependency org.scalameta:scalafmt-core_2.13 to v3.7.9
1 parent b27632e commit e3c8501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ dependencies {
108108
// palantirJavaFormat
109109
palantirJavaFormatCompileOnly 'com.palantir.javaformat:palantir-java-format:1.1.0' // this version needs to stay compilable against Java 8 for CI Job testNpm
110110
// scalafmt
111-
scalafmtCompileOnly "org.scalameta:scalafmt-core_2.13:3.7.3"
111+
scalafmtCompileOnly "org.scalameta:scalafmt-core_2.13:3.7.9"
112112
// sortPom
113113
sortPomCompileOnly 'com.github.ekryd.sortpom:sortpom-sorter:3.2.1'
114114
sortPomCompileOnly 'org.slf4j:slf4j-api:2.0.0'

0 commit comments

Comments
 (0)