Skip to content
Closed
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
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ lazy val V = new {
val cats: String = "2.6.1"
val collectioncompat: String = "2.5.0"
val github4s: String = "0.28.5"
val http4s: String = "0.21.26"
val http4s: String = "0.23.1"
val runtime: String = "0.6.4"
val scala: String = "2.13.3"
val scala212: String = "2.12.12"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import Comments.Mode
import CommentRendering.RenderedComment
import cats.effect.{ContextShift, IO}
import github4s.domain.Commit
import org.http4s.client.blaze.BlazeClientBuilder
import org.http4s.blaze.client.BlazeClientBuilder

import scala.concurrent.ExecutionContext

Expand Down