We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49afd76 commit 2fb6964Copy full SHA for 2fb6964
project/Dependencies.scala
@@ -50,7 +50,7 @@ object Dependencies {
50
val zinc = "ch.epfl.scala" %% "zinc" % zincVersion
51
val bsp4s = "ch.epfl.scala" %% "bsp4s" % bspVersion
52
val bsp4j = "ch.epfl.scala" % "bsp4j" % bspVersion
53
- val nailgun = "io.github.alexarchambault.bleep" % "nailgun-server" % "1.0.1"
+ val nailgun = "io.github.alexarchambault.bleep" % "nailgun-server" % "1.0.2"
54
val javaDebug = "ch.epfl.scala" % "com-microsoft-java-debug-core" % javaDebugVersion
55
56
val configDirectories = "io.github.soc" % "directories" % configDirsVersion
0 commit comments