Skip to content

Commit

Permalink
Update jetty-server to 11.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 1, 2024
1 parent cfa756d commit 09592b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ lazy val loom: Project = (project in file("loom"))
"ch.qos.logback" % "logback-classic" % "1.4.11",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
"dev.zio" %% "zio-json" % zioJsonVersion,
"org.eclipse.jetty" % "jetty-server" % "11.0.16",
"org.eclipse.jetty" % "jetty-server" % "11.0.20",
"org.scalatest" %% "scalatest" % "3.2.17" % Test
),
javaOptions += "--enable-preview --add-modules jdk.incubator.concurrent",
Expand Down

0 comments on commit 09592b9

Please sign in to comment.