Skip to content

Commit df08f38

Browse files
Merge pull request #32 from scala-cli/nailgun-1.0.2
Update nailgun to 1.0.2
2 parents ced1557 + 2fb6964 commit df08f38

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ package build
33
object Dependencies {
44
val Scala212Version = "2.12.8"
55

6-
val nailgunVersion = "1.0.1"
7-
86
// Keep in sync in BloopComponentCompiler
97
val zincVersion = "1.3.0-M4+47-d881fa2f"
108

@@ -52,7 +50,7 @@ object Dependencies {
5250
val zinc = "ch.epfl.scala" %% "zinc" % zincVersion
5351
val bsp4s = "ch.epfl.scala" %% "bsp4s" % bspVersion
5452
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"
5654
val javaDebug = "ch.epfl.scala" % "com-microsoft-java-debug-core" % javaDebugVersion
5755

5856
val configDirectories = "io.github.soc" % "directories" % configDirsVersion

0 commit comments

Comments
 (0)