From f23af63b75d129ed92304341ba51ddfac4187ae1 Mon Sep 17 00:00:00 2001 From: 47erbot Date: Mon, 9 Aug 2021 05:36:25 +0000 Subject: [PATCH 1/3] Applied Scalafix rule(s) github:http4s/http4s/v0_22?sha=v0.22.0 --- .../scala/org/scalaexercises/exercises/compiler/Compiler.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/src/main/scala/org/scalaexercises/exercises/compiler/Compiler.scala b/compiler/src/main/scala/org/scalaexercises/exercises/compiler/Compiler.scala index c836b57..27e4b88 100644 --- a/compiler/src/main/scala/org/scalaexercises/exercises/compiler/Compiler.scala +++ b/compiler/src/main/scala/org/scalaexercises/exercises/compiler/Compiler.scala @@ -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 From 7ac7322ff9a55b0e96760ae5a2d8871f4d3239c1 Mon Sep 17 00:00:00 2001 From: 47erbot Date: Mon, 9 Aug 2021 05:36:26 +0000 Subject: [PATCH 2/3] Update http4s-blaze-client, http4s-circe to 0.23.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d16141d..c372056 100755 --- a/build.sbt +++ b/build.sbt @@ -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.25" + val http4s: String = "0.23.1" val runtime: String = "0.6.4" val scala: String = "2.13.3" val scala212: String = "2.12.12" From f9840a9a024a025db491a9386a05ac908053be48 Mon Sep 17 00:00:00 2001 From: 47erbot Date: Mon, 16 Aug 2021 05:19:34 +0000 Subject: [PATCH 3/3] Update http4s-blaze-client, http4s-circe to 0.23.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c5c1b05..c372056 100755 --- a/build.sbt +++ b/build.sbt @@ -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"