Skip to content

Commit

Permalink
Merge pull request #102 from http4s/update/cats-effect-3.5.0
Browse files Browse the repository at this point in the history
Update cats-effect to 3.5.0
  • Loading branch information
hnaderi authored May 13, 2023
2 parents cf332e9 + af9551d commit cd53285
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion curl/src/main/scala/org/http4s/curl/http/FlowControl.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
package org.http4s.curl.http

import cats.effect._
import cats.effect.implicits._
import org.http4s.curl.internal.CurlEasy
import org.http4s.curl.unsafe.libcurl_const

Expand Down
3 changes: 1 addition & 2 deletions curl/src/main/scala/org/http4s/curl/http/RequestRecv.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
package org.http4s.curl.http

import cats.effect._
import cats.effect.implicits._
import cats.effect.std._
import cats.implicits._
import cats.syntax.all._
import fs2.Chunk
import fs2.Stream
import org.http4s.Header
Expand Down
1 change: 0 additions & 1 deletion curl/src/main/scala/org/http4s/curl/http/RequestSend.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
package org.http4s.curl.http

import cats.effect._
import cats.effect.implicits._
import cats.effect.std._
import fs2.Pipe
import org.http4s.curl.internal.Utils
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ package org.http4s.curl.websocket
import cats.effect.IO
import cats.effect.Resource
import cats.effect.SyncIO
import cats.effect.implicits._
import cats.effect.kernel.Deferred
import cats.effect.kernel.Ref
import cats.effect.std.Dispatcher
Expand Down
2 changes: 1 addition & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
object Versions {
val scala3 = "3.2.2"
val scala213 = "2.13.10"
val catsEffectVersion = "3.4.11"
val catsEffectVersion = "3.5.0"
val http4sVersion = "0.23.18"
val munitCEVersion = "2.0.0-M3"
}

0 comments on commit cd53285

Please sign in to comment.