Skip to content

Commit

Permalink
Merge pull request #176 from scala-steward/update/http4s-circe-0.23.2
Browse files Browse the repository at this point in the history
Update http4s-circe, http4s-dsl, ... to 0.23.2
  • Loading branch information
mergify[bot] authored Sep 2, 2021
2 parents 9d75e57 + 3156132 commit dba66e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ThisBuild / scalafixDependencies += "com.github.liancheng" %% "organize-imports"
val v = new {
val circe = "0.14.1"
val ciris = "2.1.1"
val http4s = "0.23.1"
val http4s = "0.23.2"
val odin = "0.12.0"
val tapir = "0.19.0-M7"
val munit = "0.7.29"
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/app/Api.scala
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ object Api {

val routes: List[HttpRoutes[F]] = apis.map(_.routes) ++ List(swaggerUi, redirectRootToDocs)

CORS(routes.reduce(_ <+> _)).orNotFound
CORS.policy(routes.reduce(_ <+> _)).orNotFound
}
}

Expand Down

0 comments on commit dba66e3

Please sign in to comment.