We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac395b7 commit 9b6f261Copy full SHA for 9b6f261
build.sbt
@@ -21,7 +21,7 @@ ThisBuild / tlJdkRelease := Some(8)
21
lazy val root = tlCrossRootProject.aggregate(servlet, examples)
22
23
val asyncHttpClientVersion = "2.12.3"
24
-val jettyVersion = "11.0.15"
+val jettyVersion = "11.0.21"
25
val http4sVersion = "0.23.17"
26
val munitCatsEffectVersion = "1.0.7"
27
val servletApiVersion = "5.0.0"
0 commit comments