Skip to content

Commit

Permalink
Bump Proc from 0.6.1 to 0.6.2
Browse files Browse the repository at this point in the history
Bumps [Proc](https://github.com/nullean/proc) from 0.6.1 to 0.6.2.
- [Release notes](https://github.com/nullean/proc/releases)
- [Commits](nullean/proc@0.6.1...0.6.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 7, 2023
1 parent f2cfbc3 commit 2da8c33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

</PropertyGroup>
<ItemGroup>
<PackageReference Include="Proc" Version="0.6.1" />
<PackageReference Include="Proc" Version="0.6.2" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion build/scripts/scripts.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />

<PackageReference Include="Octokit" Version="4.0.3" />
<PackageReference Include="Proc" Version="0.6.1" />
<PackageReference Include="Proc" Version="0.6.2" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion tests/Tests.Core/Tests.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
<PackageReference Include="FluentAssertions" Version="6.10.0" />

<PackageReference Include="DiffPlex" Version="1.7.1" />
<PackageReference Include="Proc" Version="0.6.1" />
<PackageReference Include="Proc" Version="0.6.2" />
</ItemGroup>
</Project>

0 comments on commit 2da8c33

Please sign in to comment.