Skip to content

Commit

Permalink
Update nailgun to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Dec 14, 2021
1 parent 49afd76 commit 2fb6964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.1"
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 2fb6964

Please sign in to comment.