Skip to content

Commit

Permalink
chore(deps): update all dependencies (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 27, 2023
1 parent e1b8833 commit 44b1232
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Chickensoft.GoDotTest/Chickensoft.GoDotTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@

<ItemGroup>
<!-- Dependencies go here. -->
<PackageReference Include="GodotSharp" Version="4.2.0-beta.2" />
<PackageReference Include="Chickensoft.GoDotCollections" Version="1.3.4" />
<PackageReference Include="GodotSharp" Version="4.2.0-beta.3" />
<PackageReference Include="Chickensoft.GoDotCollections" Version="1.4.0" />
<PackageReference Include="Chickensoft.GoDotLog" Version="1.1.12-godot4.2.0-beta.2" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0-eap3" />

Expand Down
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.2.0-beta.2"
"Godot.NET.Sdk": "4.2.0-beta.3"
}
}

0 comments on commit 44b1232

Please sign in to comment.