Skip to content

Commit

Permalink
chore: Update bsp4s to 2.1.0-M6
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Sep 28, 2023
1 parent f041a7a commit 0dfd9af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bloop-rifle/src/bloop/rifle/BloopRifleLogger.scala
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ object BloopRifleLogger {
def debug(msg: => String, ex: Throwable) = {}
def error(msg: => String, ex: Throwable) = {}
def error(msg: => String) = {}
def bloopBspStdout = None
def bloopBspStderr = None
def bloopBspStdout: Option[java.io.OutputStream] = None
def bloopBspStderr: Option[java.io.OutputStream] = None
def bloopCliInheritStdout = false
def bloopCliInheritStderr = false
}
Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ object Dependencies {
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-M6"
def bsp4s = ivy"ch.epfl.scala::bsp4s:2.1.0-M5"
def bsp4s = ivy"ch.epfl.scala::bsp4s:2.1.0-M6"
def caseApp = ivy"com.github.alexarchambault::case-app:2.0.6"
def caseApp21 = ivy"com.github.alexarchambault::case-app:2.1.0-M15"
def collectionCompat = ivy"org.scala-lang.modules::scala-collection-compat:2.9.0"
Expand Down

0 comments on commit 0dfd9af

Please sign in to comment.