Skip to content

Commit

Permalink
update fs2 (CE3) (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
Odomontois authored Nov 30, 2022
1 parent 3361408 commit 40ab96f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ object PersonStorage extends LoggingCompanion[PersonStorage] {

object TofuDoobieExample extends IOApp.Simple {

val run: IO[Unit] = Dispatcher[IO].use { (disp: Dispatcher[IO]) =>
val run: IO[Unit] = Dispatcher.parallel[IO].use { (disp: Dispatcher[IO]) =>
@unused implicit val withDispatcher: WithContext[ReaderT[IO, Ctx, *], Dispatcher[IO]] = WithContext.const(disp)
runF[IO, ReaderT[IO, Ctx, *]]
}
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ object Dependencies {

val fs2 = "2.5.11"

val fs2CE3 = "3.2.14"
val fs2CE3 = "3.4.0"

val logback = "1.2.11"

Expand Down

0 comments on commit 40ab96f

Please sign in to comment.