Skip to content

Commit 1984f09

Browse files
chore(deps): update all dependencies
1 parent 962eab2 commit 1984f09

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/spellcheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v5
1717
name: 🧾 Checkout
1818

19-
- uses: streetsidesoftware/cspell-action@v7
19+
- uses: streetsidesoftware/cspell-action@v8
2020
name: 📝 Check Spelling
2121
with:
2222
config: './cspell.json'

OpenPolytopia/OpenPolytopia.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</ItemGroup>
4646
<ItemGroup><!-- Production dependencies go here! -->
4747

48-
<PackageReference Include="Chickensoft.GameTools" Version="2.1.14" />
48+
<PackageReference Include="Chickensoft.GameTools" Version="3.1.0" />
4949

5050
<PackageReference Include="SpacetimeDB.ClientSDK" Version="1.5.0" />
5151

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.306",
3+
"version": "10.0.100",
44
"rollForward": "major"
55
},
66
"msbuild-sdks": {

0 commit comments

Comments
 (0)