Skip to content

Commit

Permalink
Scalafmt: upgrade to v3.8.5
Browse files Browse the repository at this point in the history
Includes fix for Java8.
  • Loading branch information
kitbellew committed Jan 16, 2025
1 parent d12cde8 commit 830af85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.8.4
version = 3.8.5
runner.dialect = scala213
project {
git = true
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ inThisBuild(List(
))
publish / skip := true

val scalafmtVersion = "3.8.4"
val scalafmtVersion = "3.8.5"
onLoadMessage :=
s"Welcome to sbt-scalafmt ${version.value} (scalafmt $scalafmtVersion)"

Expand Down

0 comments on commit 830af85

Please sign in to comment.