We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9153261 commit 9913942Copy full SHA for 9913942
build.sbt
@@ -110,7 +110,7 @@ lazy val mdoc = project
110
"io.methvin" % "directory-watcher" % "0.9.9",
111
"me.xdrop" % "fuzzywuzzy" % "1.2.0", // for link hygiene "did you mean?"
112
// live reload
113
- "io.undertow" % "undertow-core" % "2.0.30.Final",
+ "io.undertow" % "undertow-core" % "2.1.0.Final",
114
"org.jboss.xnio" % "xnio-nio" % "3.8.0.Final",
115
"org.slf4j" % "slf4j-api" % "1.7.30"
116
)
0 commit comments