File tree Expand file tree Collapse file tree
tests/unit/src/test/scala/tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -411,7 +411,7 @@ lazy val metals = project
411411 " com.swoval" % " file-tree-views" % " 2.1.12" ,
412412 // for http client
413413 " io.undertow" % " undertow-core" % " 2.2.20.Final" ,
414- " org.jboss.xnio" % " xnio-nio" % " 3.8.16 .Final" ,
414+ " org.jboss.xnio" % " xnio-nio" % " 3.8.17 .Final" ,
415415 // for persistent data like "dismissed notification"
416416 " org.flywaydb" % " flyway-core" % " 11.12.0" ,
417417 " com.h2database" % " h2" % " 2.3.232" ,
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ class JavaDefinitionSuite extends BaseLspSuite("java-definition") {
7777 | ^^^^^^
7878 |""" .stripMargin,
7979 dependencies = List (
80- " org.jboss.xnio:xnio-nio:3.8.16 .Final"
80+ " org.jboss.xnio:xnio-nio:3.8.17 .Final"
8181 ),
8282 withoutVirtualDocs = true ,
8383 useWorkspaceFolders = true ,
@@ -94,7 +94,7 @@ class JavaDefinitionSuite extends BaseLspSuite("java-definition") {
9494 | ^^^^^^
9595 |""" .stripMargin,
9696 dependencies = List (
97- " org.jboss.xnio:xnio-nio:3.8.16 .Final"
97+ " org.jboss.xnio:xnio-nio:3.8.17 .Final"
9898 ),
9999 )
100100
You can’t perform that action at this time.
0 commit comments