Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 8, 2024
1 parent ecf6867 commit 7013733
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 @@ -20,7 +20,7 @@

<ItemGroup>
<!-- Test executor. -->
<PackageReference Include="Chickensoft.GoDotTest" Version="1.5.8-godot4.3.0-rc.2" />
<PackageReference Include="Chickensoft.GoDotTest" Version="1.5.9-godot4.3.0-rc.3" />
<!-- Assertions library. -->
<PackageReference Include="Shouldly" Version="4.2.1" />
<!-- Generated mocks. -->
Expand Down
2 changes: 1 addition & 1 deletion Chickensoft.GodotPackage/Chickensoft.GodotPackage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="GodotSharp" Version="4.3.0-rc.2" />
<PackageReference Include="GodotSharp" Version="4.3.0-rc.3" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"rollForward": "latestMinor"
},
"msbuild-sdks": {
"Godot.NET.Sdk": "4.3.0-rc.2"
"Godot.NET.Sdk": "4.3.0-rc.3"
}
}

0 comments on commit 7013733

Please sign in to comment.