Skip to content

Commit

Permalink
Update spotless.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
portlek committed Sep 30, 2024
1 parent 3090fdc commit 40275cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/net/infumia/gradle/spotless.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ fun Project.applySpotless() {

val prettierConfig =
mapOf(
"prettier" to "3.3.2",
"prettier-plugin-java" to "2.6.0",
"prettier" to "3.3.3",
"prettier-plugin-java" to "2.6.4",
"prettier-plugin-toml" to "2.0.1",
)

Expand Down

0 comments on commit 40275cf

Please sign in to comment.