Skip to content

Commit

Permalink
Merge pull request #154 from lwronski/update-bsp
Browse files Browse the repository at this point in the history
Update bsp4j to 2.1.0-M6
  • Loading branch information
tgodzik committed Sep 22, 2023
2 parents 20f07dd + 8f9555b commit ebe09e1
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 ebe09e1

Please sign in to comment.