Skip to content

Commit 82cd3d7

Browse files
Mousakaemilklasson
andcommitted
Use new AsyncExtra lib.
Co-authored-by: Emil Klasson <[email protected]>
1 parent 1cb4b55 commit 82cd3d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Insurello.RabbitMqClient/Insurello.RabbitMqClient.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</ItemGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="FSharp.AsyncExtra" Version="2.1.0" />
19+
<PackageReference Include="Insurello.AsyncExtra" Version="1.0.0" />
2020
<PackageReference Include="RabbitMq.Client" Version="5.1.2" />
2121
</ItemGroup>
2222

src/Insurello.RabbitMqClient/MqClient.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ namespace Insurello.RabbitMqClient
33
[<RequireQualifiedAccess>]
44
module MqClient =
55

6-
open AsyncExtra
6+
open Insurello.AsyncExtra
77
open RabbitMQ.Client
88
open RabbitMQ.Client.Events
99
open RabbitMQ.Client.Exceptions

0 commit comments

Comments
 (0)