Skip to content

Commit 119c4eb

Browse files
Bump Expecto and FSharp.Core in /Tests
Bumps [Expecto](https://github.com/haf/expecto) and [FSharp.Core](https://github.com/dotnet/fsharp). These dependencies needed to be updated together. Updates `Expecto` from 10.1.0 to 10.2.1 - [Release notes](https://github.com/haf/expecto/releases) - [Changelog](https://github.com/haf/expecto/blob/main/RELEASE_NOTES.md) - [Commits](haf/expecto@10.1.0...10.2.1) Updates `FSharp.Core` from 6.0.7 to 7.0.200 - [Release notes](https://github.com/dotnet/fsharp/releases) - [Changelog](https://github.com/dotnet/fsharp/blob/main/release-notes.md) - [Commits](https://github.com/dotnet/fsharp/commits) --- updated-dependencies: - dependency-name: Expecto dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: FSharp.Core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 32f5e25 commit 119c4eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Tests.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ItemGroup>
99
<PackageReference Include="Fable.Core" Version="4.3.0" />
1010
<PackageReference Include="Fable.Mocha" Version="2.17.0" />
11-
<PackageReference Include="Expecto" Version="10.1.0" />
11+
<PackageReference Include="Expecto" Version="10.2.1" />
1212
<ProjectReference Include="../Src//Dicts.fsproj" />
1313
<Compile Include="Tests.fs" />
1414
<Compile Include="RunTests.fs" />

0 commit comments

Comments
 (0)