Skip to content

Commit

Permalink
Upgrading Weasel to get the new behavior around detaching partitions. C…
Browse files Browse the repository at this point in the history
…loses GH-3630
  • Loading branch information
jeremydmiller committed Jan 24, 2025
1 parent e8524f6 commit f27c4a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DaemonTests/optimized_rebuilds.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public async Task use_guid_identified_rebuilder_from_scratch()
StoreOptions(opts =>
{
opts.Events.UseOptimizedProjectionRebuilds = true;
opts.Projections.Add<TestingSupport.TripProjection>(ProjectionLifecycle.Async);
opts.Projections.Add<TestingSupport.TripProjection>(ProjectionLifecycle.Live);
});

NumberOfStreams = 10;
Expand Down
2 changes: 1 addition & 1 deletion src/Marten/Marten.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<PackageReference Include="Polly.Core" Version="8.5.0" />
<PackageReference Include="System.Threading.Tasks.Dataflow" Version="8.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
<PackageReference Include="Weasel.Postgresql" Version="7.13.3" />
<PackageReference Include="Weasel.Postgresql" Version="7.13.5" />
</ItemGroup>

<!--SourceLink specific settings-->
Expand Down

0 comments on commit f27c4a9

Please sign in to comment.