Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update jakarta.servlet-api to 6.1.0 in series/0.25 #371

Open
wants to merge 1 commit into
base: series/0.25
Choose a base branch
from
Open
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
Update jakarta.servlet-api to 6.1.0 in series/0.25
  • Loading branch information
http4s-steward[bot] committed Jun 11, 2024
commit c580a6ea39c17ec963a9d0fe70fe6aeed7f6f538
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ val asyncHttpClientVersion = "2.12.3"
val http4sVersion = "0.23.18"
val http4sServletVersion = "0.25.0-M1"
val munitCatsEffectVersion = "1.0.7"
val servletApiVersion = "5.0.0"
val servletApiVersion = "6.1.0"
val tomcatVersion = "10.0.27"

lazy val root = project
Loading