http4s / http4s-servlet

http4s-servlet support
Apache License 2.0
6 stars 5 forks source link

Update jakarta.servlet-api to 6.0.0 #60

Closed http4s-steward[bot] closed 2 years ago

http4s-steward[bot] commented 2 years ago

Updates jakarta.servlet:jakarta.servlet-api from 5.0.0 to 6.0.0.

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

Ignore future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "jakarta.servlet", artifactId = "jakarta.servlet-api" } ] ```

labels: library-update, early-semver-major, semver-spec-major, commit-count:1

rossabaker commented 2 years ago

FFS, I haven't released 4 and 5 yet.

rossabaker commented 2 years ago

Merging this to a servlet-6 branch. I'm non-committal to its release until Jakarta EE 10 happens.