File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
modules/build/src/main/scala/scala/build Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ object ConsoleBloopBuildClient {
186
186
logger.message(s " $prefix$path0: $line$col" + (if (msgIt.hasNext) " " + msgIt.next() else " " ))
187
187
for (line <- msgIt)
188
188
logger.message(prefix + line)
189
- val codeOpt = Option (diag.getCode).orElse {
189
+ val codeOpt = {
190
190
val lineOpt =
191
191
if (diag.getRange.getStart.getLine == diag.getRange.getEnd.getLine)
192
192
Option (diag.getRange.getStart.getLine)
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ object Deps {
97
97
def ammonite = ivy " com.lihaoyi:::ammonite:2.5.5-17-df243e14 "
98
98
def asm = ivy " org.ow2.asm:asm:9.4 "
99
99
// Force using of 2.13 - is there a better way?
100
- def bloopConfig = ivy " io.github.alexarchambault.bleep:bloop-config_2.13:1.5.4-sc-3 "
100
+ def bloopConfig = ivy " io.github.alexarchambault.bleep:bloop-config_2.13:1.5.4-sc-4 "
101
101
def bsp4j = ivy " ch.epfl.scala:bsp4j:2.1.0-M3 "
102
102
def caseApp = ivy " com.github.alexarchambault::case-app:2.1.0-M21 "
103
103
def collectionCompat = ivy " org.scala-lang.modules::scala-collection-compat:2.8.1 "
You can’t perform that action at this time.
0 commit comments