Skip to content

Commit

Permalink
Update Undertow to 2.3.10.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil Bahnsen committed Oct 26, 2023
1 parent 53947e8 commit afb2e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ trait CaskModule extends CrossScalaModule with PublishModule{
trait CaskMainModule extends CaskModule {
def ivyDeps = T{
Agg(
ivy"io.undertow:undertow-core:2.2.20.Final",
ivy"io.undertow:undertow-core:2.3.10.Final",
ivy"com.lihaoyi::upickle:3.0.0"
) ++
Agg.when(!isScala3)(ivy"org.scala-lang:scala-reflect:$crossScalaVersion")
Expand Down

0 comments on commit afb2e4e

Please sign in to comment.