Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fs2-core, fs2-io to 3.11.0 #84

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Main.scala
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
package tgtg

import cats.effect.{ExitCode, IO, Resource}
import cats.effect.{ExitCode, IO}
import cats.syntax.all.*
import com.monovore.decline.Opts
import com.monovore.decline.effect.CommandIOApp
import fs2.Stream
import org.legogroup.woof.{Logger, given}
import tgtg.cache.CacheKey
import tgtg.notification.{Message, Title}
Expand Down
4 changes: 2 additions & 2 deletions project.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//> using scala "3"
//> using dep "org.typelevel::cats-effect::3.5.4"
//> using dep co.fs2::fs2-core::3.10.2
//> using dep co.fs2::fs2-io::3.10.2
//> using dep co.fs2::fs2-core::3.11.0
//> using dep co.fs2::fs2-io::3.11.0
//> using dep "com.softwaremill.sttp.client4::circe::4.0.0-M16"
//> using dep "com.softwaremill.sttp.client4::cats::4.0.0-M16"
//> using dep "io.chrisdavenport::rediculous::0.5.1"
Expand Down