diff --git a/.scalafmt.conf b/.scalafmt.conf index ce23ef6..8ddd71b 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.8.3" +version = "3.8.5" maxColumn = 120 diff --git a/flake.nix b/flake.nix index 1e8200b..703dd47 100644 --- a/flake.nix +++ b/flake.nix @@ -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;