Carlos Rodriguez Guette
Carlos Rodriguez Guette
Enable settings tests for any 2.12 versions. This is a follow up of this conversation https://github.com/com-lihaoyi/Ammonite/pull/1484#pullrequestreview-2044852416 I had previously with @lefou. Tested with `mill -i -w 'amm.repl[{2.12.19,2.13.14,3.4.2}].test.testOnly' -- 'ammonite.session.BuiltinTests.settings'` so...
When checking https://github.com/com-lihaoyi/mill-scala-hello.g8 I realize this does not work anymore: `mill init com-lihaoyi/mill-scala-hello.g8` but like this `MILL_VERSION=0.11.11 mill init com-lihaoyi/mill-scala-hello.g8`. With my local mill version `0.12.8` I have to run...