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 Nov 25, 2023
1 parent 0001489 commit 2411060
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Chickensoft.GoDotTest/Chickensoft.GoDotTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<ItemGroup>
<!-- Dependencies go here. -->
<PackageReference Include="GodotSharp" Version="4.2.0-beta.5" />
<PackageReference Include="GodotSharp" Version="4.2.0-rc.2" />
<PackageReference Include="Chickensoft.GoDotCollections" Version="1.4.0" />
<PackageReference Include="Chickensoft.GoDotLog" Version="1.1.13-godot4.2.0-beta.5" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" />
Expand Down
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 2411060

Please sign in to comment.