chore(sdk): bump sdk (#28)

This commit is contained in:
Chuck Driesler
2024-12-01 16:39:55 +00:00
committed by GitHub
parent 82002562ab
commit 1261df201f
2 changed files with 3 additions and 2 deletions
@@ -8,8 +8,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Speckle.Automate.Sdk" Version="2.19.2" />
<PackageReference Include="Speckle.Objects" Version="2.19.2" />
<PackageReference Include="Speckle.Automate.Sdk" Version="2.21.0" />
<PackageReference Include="Speckle.Objects" Version="2.21.0" />
</ItemGroup>
</Project>
@@ -3,6 +3,7 @@ namespace TestAutomateFunction;
using Speckle.Automate.Sdk;
using Speckle.Automate.Sdk.Test;
using Speckle.Core.Api;
using Speckle.Core.Api.GraphQL.Models;
using Speckle.Core.Credentials;
[TestFixture]