diff options
| author | Adam Frey <adam@adamfrey.me> | 2025-02-14 08:39:46 -0500 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2025-02-14 15:36:43 +0100 |
| commit | 3db8fe4ccfc92865a8a8111f25372a7788eb2562 (patch) | |
| tree | f65d029edb4f33040ea9a11ffe148b34ee79a371 /doc | |
| parent | 8f9aff2d2284e08abed2fb563ee8e747907b3fd3 (diff) | |
Fix docs: .bloop for Scala, not clojure
Bloop is a Scala build tool, not a Clojure tool: https://scalacenter.github.io/bloop/
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/modules/ROOT/pages/projects.adoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/modules/ROOT/pages/projects.adoc b/doc/modules/ROOT/pages/projects.adoc index 94f682f..ae22a73 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 |
