Skip to content

Commit 8f9555b

Browse files
committed
Update bsp4j to 2.1.0-M6
1 parent 20f07dd commit 8f9555b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

bloop-rifle/src/bloop/rifle/BloopServer.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ object BloopServer {
201201
.setLocalService(buildClient)
202202
.create()
203203
val server = launcher.getRemoteProxy
204-
buildClient.onConnectWithServer(server)
205204

206205
val f = launcher.startListening()
207206

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ object Dependencies {
3030
def asmUtil = ivy"org.ow2.asm:asm-util:$asmVersion"
3131
def bloopConfig = ivy"ch.epfl.scala::bloop-config:1.5.5"
3232
def brave = ivy"io.zipkin.brave:brave:5.16.0"
33-
def bsp4j = ivy"ch.epfl.scala:bsp4j:2.1.0-M5"
33+
def bsp4j = ivy"ch.epfl.scala:bsp4j:2.1.0-M6"
3434
def bsp4s = ivy"ch.epfl.scala::bsp4s:2.1.0-M5"
3535
def caseApp = ivy"com.github.alexarchambault::case-app:2.0.6"
3636
def caseApp21 = ivy"com.github.alexarchambault::case-app:2.1.0-M15"

0 commit comments

Comments
 (0)