Skip to content

Commit

Permalink
build(deps): Update xnio-nio from 3.8.13.Final to 3.8.14.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
scalameta-bot authored and tgodzik committed Apr 26, 2024
1 parent 5700754 commit 90b8ea9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ lazy val metals = project
"com.swoval" % "file-tree-views" % "2.1.12",
// for http client
"io.undertow" % "undertow-core" % "2.2.20.Final",
"org.jboss.xnio" % "xnio-nio" % "3.8.13.Final",
"org.jboss.xnio" % "xnio-nio" % "3.8.14.Final",
// for persistent data like "dismissed notification"
"org.flywaydb" % "flyway-core" % "9.22.3",
"com.h2database" % "h2" % "2.2.224",
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/src/test/scala/tests/JavaDefinitionSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class JavaDefinitionSuite extends BaseLspSuite("java-definition") {
| ^^^^^^
|""".stripMargin,
dependencies = List(
"org.jboss.xnio:xnio-nio:3.8.13.Final"
"org.jboss.xnio:xnio-nio:3.8.14.Final"
),
withoutVirtualDocs = true,
useWorkspaceFolders = true,
Expand All @@ -89,7 +89,7 @@ class JavaDefinitionSuite extends BaseLspSuite("java-definition") {
| ^^^^^^
|""".stripMargin,
dependencies = List(
"org.jboss.xnio:xnio-nio:3.8.13.Final"
"org.jboss.xnio:xnio-nio:3.8.14.Final"
),
)

Expand Down

0 comments on commit 90b8ea9

Please sign in to comment.