Skip to content

Commit

Permalink
Merge pull request #23 from chickensoft-games/renovate/all-deps
Browse files Browse the repository at this point in the history
chore(deps): update all dependencies
  • Loading branch information
jolexxa authored Sep 22, 2023
2 parents 8462a84 + 39af747 commit 60ee607
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Chickensoft.GodotGame.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<ItemGroup Condition="'$(Configuration)' == 'Debug'">
<!-- Test dependencies go here! -->
<!-- Dependencies added here will not be included in release builds. -->
<PackageReference Include="Chickensoft.GoDotTest" Version="1.1.18" />
<PackageReference Include="Chickensoft.GoDotTest" Version="1.2.2-godot4.1.2-rc.1" />
<!-- Used to drive test scenes when testing visual code -->
<PackageReference Include="GodotTestDriver" Version="2.1.0" />
<!-- Bring your own assertion library for tests! -->
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": "6.0.413",
"version": "6.0.414",
"rollForward": "major"
},
"msbuild-sdks": {
"Godot.NET.Sdk": "4.1.1"
"Godot.NET.Sdk": "4.1.2-rc.1"
}
}

0 comments on commit 60ee607

Please sign in to comment.