Skip to content

Commit 3e253ca

Browse files
authored
Merge pull request #682 from scala-steward/update/http4s-blaze-client-0.20.6
Update http4s-blaze-client, http4s-circe, ... to 0.20.6
2 parents 0505573 + 6d08abb commit 3e253ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/core/src/main/scala/org/scalasteward/core/scalafix/package.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ package object scalafix {
4444
"org.http4s",
4545
Nel.of("http4s-.*".r),
4646
Version("0.20.0"),
47-
Nel.of("github:http4s/http4s/v0_20?sha=v0.20.4")
47+
Nel.of("github:http4s/http4s/v0_20?sha=v0.20.6")
4848
),
4949
Migration(
5050
"org.typelevel",

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import sbt._
22

33
object Versions {
44
val circe = "0.11.1"
5-
val http4s = "0.20.4"
5+
val http4s = "0.20.6"
66
val refined = "0.9.8"
77
}
88

0 commit comments

Comments
 (0)