branch: elpa/projectile commit 3db8fe4ccfc92865a8a8111f25372a7788eb2562 Author: Adam Frey <a...@adamfrey.me> Commit: Bozhidar Batsov <bozhi...@batsov.dev>
Fix docs: .bloop for Scala, not clojure Bloop is a Scala build tool, not a Clojure tool: https://scalacenter.github.io/bloop/ --- doc/modules/ROOT/pages/projects.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/modules/ROOT/pages/projects.adoc b/doc/modules/ROOT/pages/projects.adoc index 94f682f69a..ae22a7331a 100644 --- a/doc/modules/ROOT/pages/projects.adoc +++ b/doc/modules/ROOT/pages/projects.adoc @@ -170,6 +170,10 @@ are the configuration files of various build tools. Out of the box the following | `build.sc` | Mill project file +| Scala +| `.bloop` +| Bloop project file + | Ensime | `.ensime` | Ensime configuration file @@ -186,10 +190,6 @@ are the configuration files of various build tools. Out of the box the following | `deps.edn` | Clojure CLI project file -| Clojure -| `.bloop` -| Clojure CLI project file - | Ruby | `Gemfile` | Bundler file