Skip to content

Commit

Permalink
build(deps): Update xnio-nio from 3.8.10.Final to 3.8.11.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
scalameta-bot authored and tgodzik committed Oct 13, 2023
1 parent be25a63 commit c1c7414
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 @@ -441,7 +441,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.10.Final",
"org.jboss.xnio" % "xnio-nio" % "3.8.11.Final",
// for persistent data like "dismissed notification"
"org.flywaydb" % "flyway-core" % "9.22.3",
"com.h2database" % "h2" % "2.1.214",
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.10.Final"
"org.jboss.xnio:xnio-nio:3.8.11.Final"
),
)

Expand All @@ -87,7 +87,7 @@ class JavaDefinitionSuite extends BaseLspSuite("java-definition") {
| ^^^^^^
|""".stripMargin,
dependencies = List(
"org.jboss.xnio:xnio-nio:3.8.10.Final"
"org.jboss.xnio:xnio-nio:3.8.11.Final"
),
)

Expand Down

0 comments on commit c1c7414

Please sign in to comment.