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] authored Jun 14, 2023
1 parent 6d2c366 commit 0e1d7c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.11-godot4.1.0-beta.1" />
<PackageReference Include="Chickensoft.GoDotTest" Version="1.1.12-godot4.1.0-beta.2" />
<!-- 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
4 changes: 2 additions & 2 deletions Chickensoft.GoDotNet/Chickensoft.GoDotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@

<ItemGroup>
<!-- Dependencies go here. -->
<PackageReference Include="GodotSharp" Version="4.1.0-beta.1" />
<PackageReference Include="Chickensoft.GoDotLog" Version="1.1.4" />
<PackageReference Include="GodotSharp" Version="4.1.0-beta.2" />
<PackageReference Include="Chickensoft.GoDotLog" Version="1.1.5-godot4.1.0-beta.2" />
<!-- Required for inheritdoc -->
<PackageReference Include="SauceControl.InheritDoc" Version="1.3.0">
<PrivateAssets>all</PrivateAssets>
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-beta.1"
"Godot.NET.Sdk": "4.1.0-beta.2"
}
}

0 comments on commit 0e1d7c5

Please sign in to comment.