Skip to content

Commit

Permalink
Update bsp4j to 2.2.0-M1 (com-lihaoyi#2973)
Browse files Browse the repository at this point in the history
Pull request: com-lihaoyi#2973
  • Loading branch information
lefou authored Jan 18, 2024
1 parent efcaf99 commit 9b657ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions bsp/worker/src/mill/bsp/worker/MillBuildServer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import ch.epfl.scala.bsp4j.{
OutputPathsItem,
OutputPathsParams,
OutputPathsResult,
ReadParams,
ResourcesItem,
ResourcesParams,
ResourcesResult,
Expand Down Expand Up @@ -750,4 +751,8 @@ private class MillBuildServer(

future
}

override def onRunReadStdin(params: ReadParams): Unit = {
debug("onRunReadStdin is current unsupported")
}
}
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ object Deps {
val windowsAnsi = ivy"io.github.alexarchambault.windows-ansi:windows-ansi:0.0.5"
val zinc = ivy"org.scala-sbt::zinc:1.9.6"
// keep in sync with doc/antora/antory.yml
val bsp4j = ivy"ch.epfl.scala:bsp4j:2.1.0-M7"
val bsp4j = ivy"ch.epfl.scala:bsp4j:2.2.0-M1"
val fansi = ivy"com.lihaoyi::fansi:0.4.0"
val jarjarabrams = ivy"com.eed3si9n.jarjarabrams::jarjar-abrams-core:1.9.0"
val requests = ivy"com.lihaoyi::requests:0.8.0"
Expand Down

0 comments on commit 9b657ad

Please sign in to comment.