Skip to content

Commit 30eb28d

Browse files
Bump WoofWare.Whippet.Fantomas from 0.6.3 to 0.6.4 (#440)
1 parent 62e1cf2 commit 30eb28d

4 files changed

Lines changed: 9 additions & 8 deletions

File tree

.config/dotnet-tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
]
1010
},
1111
"fsharp-analyzers": {
12-
"version": "0.32.1",
12+
"version": "0.33.1",
1313
"commands": [
1414
"fsharp-analyzers"
1515
]
1616
}
1717
}
18-
}
18+
}

WoofWare.Myriad.Plugins/WoofWare.Myriad.Plugins.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<ItemGroup>
2323
<PackageReference Include="Myriad.Core" Version="0.8.3" />
2424
<PackageReference Include="TypeEquality" Version="0.4.2" />
25-
<PackageReference Include="WoofWare.Whippet.Fantomas" Version="0.6.3" />
25+
<PackageReference Include="WoofWare.Whippet.Fantomas" Version="0.6.4" />
2626
<!-- the lowest version allowed by Myriad.Core -->
2727
<PackageReference Update="FSharp.Core" Version="6.0.1" PrivateAssets="all"/>
2828
</ItemGroup>

analyzers/analyzers.fsproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageDownload Include="G-Research.FSharp.Analyzers" Version="[0.17.0]" />
13+
<PackageDownload Include="WoofWare.FSharpAnalyzers" Version="[0.2.1]" />
14+
<PackageDownload Include="G-Research.FSharp.Analyzers" Version="[0.19.0]" />
1415
</ItemGroup>
1516

1617
</Project>

nix/deps.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
},
3232
{
3333
"pname": "fsharp-analyzers",
34-
"version": "0.32.1",
35-
"hash": "sha256-le6rPnAF7cKGBZ2w8H2u9glK+6rT2ZjiAVnrkH2IhrM="
34+
"version": "0.33.1",
35+
"hash": "sha256-vYXvqnf3en487svFv3CmNl24SolwMYzu6zKKGXNxSu8="
3636
},
3737
{
3838
"pname": "FSharp.Core",
@@ -391,7 +391,7 @@
391391
},
392392
{
393393
"pname": "WoofWare.Whippet.Fantomas",
394-
"version": "0.6.3",
395-
"hash": "sha256-FkW/HtVp8/HE2k6d7yFpnJcnP3FNNe9kGlkoIWmNgDw="
394+
"version": "0.6.4",
395+
"hash": "sha256-ScZ7EEcxLvXyam2ZVqDK58QlK3RcePWghzRvtLLLdZI="
396396
}
397397
]

0 commit comments

Comments
 (0)