Skip to content

Commit

Permalink
Bump fantomas from 6.3.0-alpha-005 to 6.3.0-alpha-006 (#1)
Browse files Browse the repository at this point in the history
* Comment out the test for unimplemented functionality

* Bump fantomas from 6.3.0-alpha-005 to 6.3.0-alpha-006

Bumps [fantomas](https://github.com/fsprojects/fantomas) from 6.3.0-alpha-005 to 6.3.0-alpha-006.
- [Release notes](https://github.com/fsprojects/fantomas/releases)
- [Changelog](https://github.com/fsprojects/fantomas/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fsprojects/fantomas/commits)

---
updated-dependencies:
- dependency-name: fantomas
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update deps

* Fix again

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Smaug123 <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and Smaug123 authored Jan 23, 2024
1 parent faf72fb commit f9a1b2b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"fantomas": {
"version": "6.3.0-alpha-005",
"version": "6.3.0-alpha-006",
"commands": [
"fantomas"
]
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
};
in {
packages = {
fantomas = dotnetTool null "fantomas" (builtins.fromJSON (builtins.readFile ./.config/dotnet-tools.json)).tools.fantomas.version "sha256-Jmo7s8JMdQ8SxvNvPnryfE7n24mIgKi5cbgNwcQw3yU=";
fantomas = dotnetTool null "fantomas" (builtins.fromJSON (builtins.readFile ./.config/dotnet-tools.json)).tools.fantomas.version "sha256-JnXRh/XankJChL8fy39iqcUUQhi70xeKzIFrjWGCRl8=";
fsharp-analyzers = dotnetTool "FSharp.Analyzers.Cli" "fsharp-analyzers" (builtins.fromJSON (builtins.readFile ./.config/dotnet-tools.json)).tools.fsharp-analyzers.version "sha256-CWMW06ncSs8QkQvxNPNrgn3TAzMU6qCT1k2A3pnGrYQ=";
fetchDeps = let
flags = [];
Expand Down
4 changes: 2 additions & 2 deletions nix/deps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
})
(fetchNuGet {
pname = "fantomas";
version = "6.3.0-alpha-005";
sha256 = "sha256-Jmo7s8JMdQ8SxvNvPnryfE7n24mIgKi5cbgNwcQw3yU=";
version = "6.3.0-alpha-006";
sha256 = "sha256-JnXRh/XankJChL8fy39iqcUUQhi70xeKzIFrjWGCRl8=";
})
(fetchNuGet {
pname = "ApiSurface";
Expand Down

0 comments on commit f9a1b2b

Please sign in to comment.