Skip to content

Commit 9e5a2d3

Browse files
Bump fantomas and fsharp-analyzers (#30)
* Bump fantomas and fsharp-analyzers Bumps fantomas from 7.0.1 to 7.0.3 Bumps fsharp-analyzers from 0.30.0 to 0.32.0 --- updated-dependencies: - dependency-name: fantomas dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: fsharp-analyzers dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump analyzers --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Smaug123 <[email protected]>
1 parent 00e842b commit 9e5a2d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.config/dotnet-tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"isRoot": true,
44
"tools": {
55
"fantomas": {
6-
"version": "7.0.1",
6+
"version": "7.0.3",
77
"commands": [
88
"fantomas"
99
]
1010
},
1111
"fsharp-analyzers": {
12-
"version": "0.30.0",
12+
"version": "0.32.0",
1313
"commands": [
1414
"fsharp-analyzers"
1515
]

analyzers/analyzers.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageDownload Include="G-Research.FSharp.Analyzers" Version="[0.14.0]" />
14+
<PackageDownload Include="G-Research.FSharp.Analyzers" Version="[0.17.0]" />
1515
</ItemGroup>
1616

1717
</Project>

0 commit comments

Comments
 (0)