diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-06-22 11:59:25 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-06-22 11:59:25 +0100 |
commit | e8a6965e8a7f1f45d524048972de0b6f3f880a03 (patch) | |
tree | 14f2b4b160d5aa53ada8cd386410ad17445da553 /README.md | |
parent | 12a7d32057e621dd0a0678036707a118c55318e7 (diff) | |
download | spacebeans-e8a6965e8a7f1f45d524048972de0b6f3f880a03.tar.gz spacebeans-e8a6965e8a7f1f45d524048972de0b6f3f880a03.zip |
The project doesn't use CI now
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -151,8 +151,6 @@ The sources must be formatted with `scalafmt`, either via your editor or running ./mill mill.scalalib.scalafmt.ScalafmtModule/reformatAll __.sources ``` -This will be enforced by CI. - To check for dependency updates use: ``` |