Skip to content

Commit

Permalink
Merge pull request #331 from scalacenter/topic/upgrade-nailgun-12-03-…
Browse files Browse the repository at this point in the history
…2018

Upgrade to latest nailgun master ebe7ab23
  • Loading branch information
Duhemm authored Mar 12, 2018
2 parents bee471d + 51fc54b commit fc95757
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions frontend/src/main/scala/bloop/Server.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ object Server {
aliasManager.addAlias(new Alias("test", "Run project(s)' tests in the build.", classOf[Cli]))
aliasManager.addAlias(
new Alias("run", "Run a main entrypoint for project(s) in the build.", classOf[Cli]))
aliasManager.addAlias(new Alias("bsp", "Spawn a build server protocol instance.", classOf[Cli]))
aliasManager.addAlias(
new Alias("console", "Run the console for project(s) in the build.", classOf[Cli]))
aliasManager.addAlias(new Alias("projects", "Show projects in the build.", classOf[Cli]))
Expand Down
2 changes: 1 addition & 1 deletion nailgun
Submodule nailgun updated 1 files
+13 −5 pynailgun/ng.py
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package build

object Dependencies {
val nailgunVersion = "12448b9b"
val nailgunVersion = "ebe7ab23"
val zincVersion = "1.1.0+9-57ca9e0f"
val bspVersion = "03e9b72d"
val coursierVersion = "1.0.0-RC8"
Expand Down

0 comments on commit fc95757

Please sign in to comment.