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 {
201201 .setLocalService(buildClient)
202202 .create()
203203 val server = launcher.getRemoteProxy
204- buildClient.onConnectWithServer(server)
205204
206205 val f = launcher.startListening()
207206
Original file line number Diff line number Diff 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 "
You can’t perform that action at this time.
0 commit comments