Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 7, 2023
1 parent 46d0876 commit 9abb6be
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 @@ -19,7 +19,7 @@
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Chickensoft.GoDotTest" Version="1.1.16-godot4.1.0-rc.3" />
<PackageReference Include="Chickensoft.GoDotTest" Version="1.1.17" />
<!-- Bring your own assertion library for tests! -->
<!-- We're using Shouldly for this example, but you can use anything. -->
<PackageReference Include="Shouldly" Version="4.2.1" />
Expand Down
2 changes: 1 addition & 1 deletion Chickensoft.GoDotNet/Chickensoft.GoDotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<ItemGroup>
<!-- Dependencies go here. -->
<PackageReference Include="GodotSharp" Version="4.1.0-rc.3" />
<PackageReference Include="GodotSharp" Version="4.1.0" />
<PackageReference Include="Chickensoft.GoDotLog" Version="1.1.8-godot4.1.0-rc.3" />
<!-- Required for inheritdoc -->
<PackageReference Include="SauceControl.InheritDoc" Version="1.3.0">
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.1.0-rc.3"
"Godot.NET.Sdk": "4.1.0"
}
}

0 comments on commit 9abb6be

Please sign in to comment.