Skip to content

Commit

Permalink
Deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Smaug123 committed Oct 13, 2024
1 parent 08b2195 commit 7aeffef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.4",
"version": "6.3.15",
"commands": [
"fantomas"
]
Expand Down
2 changes: 1 addition & 1 deletion Gitea.Declarative.Lib/Gitea.Declarative.Lib.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SwaggerProvider" Version="1.0.1" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
<PackageReference Update="FSharp.Core" Version="6.0.1" />
<PackageReference Include="Myriad.Sdk" Version="0.8.3" PrivateAssets="all" />
<PackageReference Include="WoofWare.Myriad.Plugins.Attributes" Version="3.6.2" />
Expand Down
8 changes: 4 additions & 4 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.4";
hash = "sha256-1aWqZynBkQoznenGoP0sbf1PcUXAbcHiWyECuv89xa0=";
version = "6.3.15";
hash = "sha256-Gjw7MxjUNckMWSfnOye4UTe5fZWnor6RHCls3PNsuG8=";
})
(fetchNuGet {
pname = "Fantomas.Core";
Expand Down Expand Up @@ -938,8 +938,8 @@
})
(fetchNuGet {
pname = "System.Text.Json";
version = "8.0.4";
hash = "sha256-g5oT7fbXxQ9Iah1nMCr4UUX/a2l+EVjJyTrw3FTbIaI=";
version = "8.0.5";
hash = "sha256-yKxo54w5odWT6nPruUVsaX53oPRe+gKzGvLnnxtwP68=";
})
(fetchNuGet {
pname = "System.Text.RegularExpressions";
Expand Down

0 comments on commit 7aeffef

Please sign in to comment.