Skip to content

Commit

Permalink
Update scalafmt-core to 3.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and avdv committed Jan 22, 2025
1 parent 3e4e860 commit e2511d4
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.3"
version = "3.8.5"

maxColumn = 120

Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
version = builtins.head (
builtins.match ''[ \n]*version *= *"([^ \n]+)".*'' (builtins.readFile ./.scalafmt.conf)
);
outputHash = "sha256-vR6bI9HsTJNbdq4BAnv4/LmV00csS1QrnxW8nRsX1/M=";
outputHash = "sha256-SYOTMXSwkPBwRyOSxLzccldIXXqKtrq4hpmEDihbhhs=";
in
{
inherit version;
Expand Down

0 comments on commit e2511d4

Please sign in to comment.