Skip to content

Commit

Permalink
Update scalafmt and scalafmt-native
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Feb 14, 2024
1 parent 8f3804a commit e64f0da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
persist-credentials: false

- name: Check project is formatted
uses: jrouly/scalafmt-native-action@v2
uses: jrouly/scalafmt-native-action@v3
with:
version: '3.7.1'
arguments: '--list --mode diff-ref=origin/main'
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.7.1
version = 3.7.17
runner.dialect = scala213
project.git = false
style = defaultWithAlign
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// remember to also update build.sbt
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-theme" % "0.10.3")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.10")
addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.10")
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.31")

0 comments on commit e64f0da

Please sign in to comment.