Skip to content

Commit

Permalink
Merge pull request #28 from Frosthage/update-cake-to-0.33.0
Browse files Browse the repository at this point in the history
Update cake to 0.33.0
  • Loading branch information
MilovanovM authored Apr 12, 2019
2 parents 69bb817 + 2dfee68 commit 796ea7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Cake.Yarn.Tests/Cake.Yarn.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cake.Testing" Version="0.32.1" />
<PackageReference Include="Cake.Testing" Version="0.33.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
<PackageReference Include="Shouldly" Version="3.0.2" />
<PackageReference Include="xunit" Version="2.4.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.Yarn/Cake.Yarn.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cake.Core" Version="0.32.1" PrivateAssets="All" />
<PackageReference Include="Cake.Core" Version="0.33.0" PrivateAssets="All" />
</ItemGroup>

</Project>

0 comments on commit 796ea7a

Please sign in to comment.