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] committed Nov 25, 2023
1 parent 5cc0088 commit 9c6d0b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Chickensoft.GoDotLog/Chickensoft.GoDotLog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@

<ItemGroup>
<!-- Dependencies go here. -->
<PackageReference Include="GodotSharp" Version="4.2.0-beta.5" />
<PackageReference Include="GodotSharp" Version="4.2.0-rc.2" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"sdk": {
"version": "8.0.100-rc.2.23502.2",
"version": "8.0.100",
"rollForward": "latestMinor"
},
"msbuild-sdks": {
"Godot.NET.Sdk": "4.2.0-beta.5"
"Godot.NET.Sdk": "4.2.0-rc.2"
}
}

0 comments on commit 9c6d0b2

Please sign in to comment.