Skip to content

Commit

Permalink
Merge pull request #36 from scala-cli/updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
alexarchambault authored Dec 21, 2021
2 parents 59238ef + b002070 commit 7a47846
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions frontend/src/test/scala/bloop/DeduplicationSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,11 @@ object DeduplicationSpec extends bloop.bsp.BspBaseSuite {
}

test("three concurrent clients receive error diagnostics appropriately") {
TestUtil.retry() {
threeConcurrentClientsDiagnosticsTest()
}
}
def threeConcurrentClientsDiagnosticsTest(): Unit = {
val logger = new RecordingLogger(ansiCodesSupported = false)
TestUtil.withinWorkspace { workspace =>
object Sources {
Expand Down
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ object Dependencies {
val zinc = "ch.epfl.scala" %% "zinc" % zincVersion
val bsp4s = "ch.epfl.scala" %% "bsp4s" % bspVersion
val bsp4j = "ch.epfl.scala" % "bsp4j" % bspVersion
val nailgun = "io.github.alexarchambault.bleep" % "nailgun-server" % "1.0.2"
val nailgun = "io.github.alexarchambault.bleep" % "nailgun-server" % "1.0.3"
val javaDebug = "ch.epfl.scala" % "com-microsoft-java-debug-core" % javaDebugVersion

val libraryManagement = "org.scala-sbt" %% "librarymanagement-ivy" % lmVersion
Expand Down Expand Up @@ -117,6 +117,6 @@ object Dependencies {
val asm = "org.ow2.asm" % "asm" % asmVersion
val asmUtil = "org.ow2.asm" % "asm-util" % asmVersion

val libdaemonjvm = "io.github.alexarchambault.libdaemon" %% "libdaemon" % "0.0.6"
val ipcsocket = "com.github.alexarchambault.tmp.ipcsocket" % "ipcsocket" % "1.4.1-aa-4"
val libdaemonjvm = "io.github.alexarchambault.libdaemon" %% "libdaemon" % "0.0.8"
val ipcsocket = "io.github.alexarchambault.tmp.ipcsocket" % "ipcsocket" % "1.4.1-aa-5-1"
}

0 comments on commit 7a47846

Please sign in to comment.