Skip to content

Commit

Permalink
Update bsp4j to 2.1.0-M6
Browse files Browse the repository at this point in the history
  • Loading branch information
lwronski committed Sep 21, 2023
1 parent 20f07dd commit 8f9555b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion bloop-rifle/src/bloop/rifle/BloopServer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ object BloopServer {
.setLocalService(buildClient)
.create()
val server = launcher.getRemoteProxy
buildClient.onConnectWithServer(server)

val f = launcher.startListening()

Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object Dependencies {
def asmUtil = ivy"org.ow2.asm:asm-util:$asmVersion"
def bloopConfig = ivy"ch.epfl.scala::bloop-config:1.5.5"
def brave = ivy"io.zipkin.brave:brave:5.16.0"
def bsp4j = ivy"ch.epfl.scala:bsp4j:2.1.0-M5"
def bsp4j = ivy"ch.epfl.scala:bsp4j:2.1.0-M6"
def bsp4s = ivy"ch.epfl.scala::bsp4s:2.1.0-M5"
def caseApp = ivy"com.github.alexarchambault::case-app:2.0.6"
def caseApp21 = ivy"com.github.alexarchambault::case-app:2.1.0-M15"
Expand Down

0 comments on commit 8f9555b

Please sign in to comment.