Skip to content

Commit

Permalink
Merge pull request scalacenter#32 from scala-cli/nailgun-1.0.2
Browse files Browse the repository at this point in the history
Update nailgun to 1.0.2
  • Loading branch information
alexarchambault authored Dec 14, 2021
2 parents ced1557 + 2fb6964 commit df08f38
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ package build
object Dependencies {
val Scala212Version = "2.12.8"

val nailgunVersion = "1.0.1"

// Keep in sync in BloopComponentCompiler
val zincVersion = "1.3.0-M4+47-d881fa2f"

Expand Down Expand Up @@ -52,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" % nailgunVersion
val nailgun = "io.github.alexarchambault.bleep" % "nailgun-server" % "1.0.2"
val javaDebug = "ch.epfl.scala" % "com-microsoft-java-debug-core" % javaDebugVersion

val configDirectories = "io.github.soc" % "directories" % configDirsVersion
Expand Down

0 comments on commit df08f38

Please sign in to comment.