File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ package build
3
3
object Dependencies {
4
4
val Scala212Version = " 2.12.8"
5
5
6
- val nailgunVersion = " 1.0.1"
7
-
8
6
// Keep in sync in BloopComponentCompiler
9
7
val zincVersion = " 1.3.0-M4+47-d881fa2f"
10
8
@@ -52,7 +50,7 @@ object Dependencies {
52
50
val zinc = " ch.epfl.scala" %% " zinc" % zincVersion
53
51
val bsp4s = " ch.epfl.scala" %% " bsp4s" % bspVersion
54
52
val bsp4j = " ch.epfl.scala" % " bsp4j" % bspVersion
55
- val nailgun = " io.github.alexarchambault.bleep" % " nailgun-server" % nailgunVersion
53
+ val nailgun = " io.github.alexarchambault.bleep" % " nailgun-server" % " 1.0.2 "
56
54
val javaDebug = " ch.epfl.scala" % " com-microsoft-java-debug-core" % javaDebugVersion
57
55
58
56
val configDirectories = " io.github.soc" % " directories" % configDirsVersion
You can’t perform that action at this time.
0 commit comments