Skip to content

Commit 9913942

Browse files
Update undertow-core to 2.1.0.Final (#328)
1 parent 9153261 commit 9913942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ lazy val mdoc = project
110110
"io.methvin" % "directory-watcher" % "0.9.9",
111111
"me.xdrop" % "fuzzywuzzy" % "1.2.0", // for link hygiene "did you mean?"
112112
// live reload
113-
"io.undertow" % "undertow-core" % "2.0.30.Final",
113+
"io.undertow" % "undertow-core" % "2.1.0.Final",
114114
"org.jboss.xnio" % "xnio-nio" % "3.8.0.Final",
115115
"org.slf4j" % "slf4j-api" % "1.7.30"
116116
)

0 commit comments

Comments
 (0)