Skip to content

Commit

Permalink
Fixed bincompat issues
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed Jul 31, 2021
1 parent 7894980 commit ba4ffc9
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ trait CatsResourceIO[A] extends CatsResource[IO, A] with RuntimePlatform { this:

final def ResourceAsync = Async[IO]

final val ResourceUnsafeRun =
final def ResourceUnsafeRun = _ResourceUnsafeRun

private lazy val _ResourceUnsafeRun =
new UnsafeRun[IO] {
private implicit val runtime: IORuntime = createIORuntime(executionContext)

Expand Down

0 comments on commit ba4ffc9

Please sign in to comment.