Skip to content

Commit

Permalink
Merge pull request davenverse/natchez-http4s-otel#28 from davenverse/…
Browse files Browse the repository at this point in the history
…ChristopherDavenport-patch-1

Add Deprecation To Accepted Headers
  • Loading branch information
ChristopherDavenport authored Jun 19, 2023
2 parents ee364d1 + 3199c8b commit c8c6fa8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ object OTHttpTags {
"From", "Host", "Referer", "Referer-Policy", "User-Agent",
"Allow", "Server",
"Accept-Ranges", "Range", "If-Range", "Content-Range",
"Deprecation",

"Cross-Origin-Embedder-Policy",
"Cross-Origin-Opener-Policy",
Expand Down Expand Up @@ -149,4 +150,4 @@ object OTHttpTags {
}
}

}
}
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.4.19")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.4.19")
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.4.19")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.1")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.1")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.12")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.2.0")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.1")

addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7" )

Expand Down

0 comments on commit c8c6fa8

Please sign in to comment.