File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
bloop-rifle/src/bloop/rifle Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,6 @@ object BloopServer {
201
201
.setLocalService(buildClient)
202
202
.create()
203
203
val server = launcher.getRemoteProxy
204
- buildClient.onConnectWithServer(server)
205
204
206
205
val f = launcher.startListening()
207
206
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ object Dependencies {
30
30
def asmUtil = ivy " org.ow2.asm:asm-util: $asmVersion"
31
31
def bloopConfig = ivy " ch.epfl.scala::bloop-config:1.5.5 "
32
32
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 "
34
34
def bsp4s = ivy " ch.epfl.scala::bsp4s:2.1.0-M5 "
35
35
def caseApp = ivy " com.github.alexarchambault::case-app:2.0.6 "
36
36
def caseApp21 = ivy " com.github.alexarchambault::case-app:2.1.0-M15 "
You can’t perform that action at this time.
0 commit comments