Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 151bc0e

Browse files
authoredNov 11, 2023
fix(deps): update dependency org.scalameta:scalafmt-core_2.13 to v3.7.16
1 parent 676a069 commit 151bc0e

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
@@ -116,7 +116,7 @@ dependencies {
116116
// palantirJavaFormat
117117
palantirJavaFormatCompileOnly 'com.palantir.javaformat:palantir-java-format:1.1.0' // this version needs to stay compilable against Java 8 for CI Job testNpm
118118
// scalafmt
119-
scalafmtCompileOnly "org.scalameta:scalafmt-core_2.13:3.7.3"
119+
scalafmtCompileOnly "org.scalameta:scalafmt-core_2.13:3.7.16"
120120
// sortPom
121121
sortPomCompileOnly 'com.github.ekryd.sortpom:sortpom-sorter:3.2.1'
122122
sortPomCompileOnly 'org.slf4j:slf4j-api:2.0.0'

0 commit comments

Comments
 (0)
Please sign in to comment.