| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.1.6 source code.tar.gz | 2026-05-03 | 44.0 MB | |
| 1.1.6 source code.zip | 2026-05-03 | 46.8 MB | |
| README.md | 2026-05-03 | 5.9 kB | |
| Totals: 3 Items | 90.8 MB | 0 | |
[Changelog](https://github.com/com-lihaoyi/mill/blob/main/changelog.adoc#1
Merged Pull Requests since 1.1.5
- Rebootstrap on 1.1.5 by @lihaoyi in https://github.com/com-lihaoyi/mill/pull/6962
- Android: Scala support by @souvlakias in https://github.com/com-lihaoyi/mill/pull/6958
- Update TestModule.Weaver to use typelevel/weaver-test by @nineclue in https://github.com/com-lihaoyi/mill/pull/6961
- Cache loading of
module-deps-config.jsonby @lihaoyi in https://github.com/com-lihaoyi/mill/pull/6970 - Fix sandbox initialization in test worker threads by @lihaoyi in https://github.com/com-lihaoyi/mill/pull/6971
- Update acyclic to 0.3.21 by @lefou in https://github.com/com-lihaoyi/mill/pull/6974
- Scala scripting blog post by @lihaoyi in https://github.com/com-lihaoyi/mill/pull/6967
- Optimize PromptLogger#logPrefixedLine for high-volume line output by @Copilot in https://github.com/com-lihaoyi/mill/pull/6966
- Remove
MillMiscInfo.scalafiles from generatedpackage.millfiles by @lihaoyi in https://github.com/com-lihaoyi/mill/pull/6983 - Android: Create an
android-sources.jarfor Idea Highlighting by @souvlakias in https://github.com/com-lihaoyi/mill/pull/6957 - Add Docker config, Docker credential helper and Google ADC credential configurations for Jib image builder in contrib/docker by @jirihausner in https://github.com/com-lihaoyi/mill/pull/6965
- Android: Detect and run app's MainActivity with
runby @souvlakias in https://github.com/com-lihaoyi/mill/pull/6980 - Move
BuildFileClsandRootModule.Infoout of codegen to instead be instantiated reflectively by @lihaoyi in https://github.com/com-lihaoyi/mill/pull/6985 - Fix broken migration tests on main by @lihaoyi in https://github.com/com-lihaoyi/mill/pull/6986
- Rebootstrap by @lihaoyi in https://github.com/com-lihaoyi/mill/pull/6987
- fix formatting of default excluded patterns by @bishabosha in https://github.com/com-lihaoyi/mill/pull/6989
- Pre-compiled Declarative Modules by @lihaoyi in https://github.com/com-lihaoyi/mill/pull/6978
- Clean class files when incremental compilation is disabled by @lihaoyi in https://github.com/com-lihaoyi/mill/pull/6997
- Gradle incremental annotation processing metadata support by @lihaoyi in https://github.com/com-lihaoyi/mill/pull/6999
- Escape colon when naming BSP modules by @lihaoyi in https://github.com/com-lihaoyi/mill/pull/7001
- Fix lombok failure with incremental annotation processing. by @lihaoyi in https://github.com/com-lihaoyi/mill/pull/7002
- Rebootstrap by @lihaoyi in https://github.com/com-lihaoyi/mill/pull/7003
- Minor cleanups for
IncrementalTrackingJavaCompiler.scalaby @lihaoyi in https://github.com/com-lihaoyi/mill/pull/7004 - Fix Proguard sandbox checker failures for Coursier-managed JDKs by @lemony312 in https://github.com/com-lihaoyi/mill/pull/7010
- Add flywayExtraConfig hook to FlywayModule for custom Flyway properties by @lemony312 in https://github.com/com-lihaoyi/mill/pull/7011
- Add OWASP Dependency Check Contrib by @gamlerhart in https://github.com/com-lihaoyi/mill/pull/6968
- Fix link to coursier JVM Index in Doc by @gamlerhart in https://github.com/com-lihaoyi/mill/pull/7014
- OWASP Dependency Check Improvements by @gamlerhart in https://github.com/com-lihaoyi/mill/pull/7012
- Add resolveProtoc task to ScalaPBModule for Coursier-based protoc resolution by @lemony312 in https://github.com/com-lihaoyi/mill/pull/6990
- Add checks and better error message for
DefaultTaskModule.defaultTaskby @lefou in https://github.com/com-lihaoyi/mill/pull/7020 - Restore Offline Support for OWASP Dependency Check by @gamlerhart in https://github.com/com-lihaoyi/mill/pull/7018
- scalajslib: fix LinkerInput equality so the linker cache hits by @nguyenyou in https://github.com/com-lihaoyi/mill/pull/7017
- Refactor PythonModule's venv tasks to expose venv/bin by @PapyChacal in https://github.com/com-lihaoyi/mill/pull/7021
- Update bouncycastle to 1.84 by @lefou in https://github.com/com-lihaoyi/mill/pull/7024
- Update Spring Boot runtime version to 3.5.13 by @lefou in https://github.com/com-lihaoyi/mill/pull/7025
- Android: Fixes androidMainActivity to only run when there's no passed activity by @vaslabs in https://github.com/com-lihaoyi/mill/pull/6992
- Make
OwaspDependencyCheckModuleworker configurable by @lefou in https://github.com/com-lihaoyi/mill/pull/7023 - Add tests for the default cross-value case by @lefou in https://github.com/com-lihaoyi/mill/pull/7029
- Fix [#7015]: 2nd attempt — ignore -color:* in Zinc MiniSetup equivalence by @nguyenyou in https://github.com/com-lihaoyi/mill/pull/7026
- Android: Create Scheduled CI Workflow by @souvlakias in https://github.com/com-lihaoyi/mill/pull/6855
- Android: Minor cleanup and dexing/shrinking fixes by @souvlakias in https://github.com/com-lihaoyi/mill/pull/6964
- Update scala-native to 0.5.11 by @lefou in https://github.com/com-lihaoyi/mill/pull/7046
- Update scalatest to 3.2.20 by @lefou in https://github.com/com-lihaoyi/mill/pull/7045
- Fix
_and__wildcard support for pre-compiled modules by @lihaoyi in https://github.com/com-lihaoyi/mill/pull/7051 - Update snakeyaml to 2.6 by @lefou in https://github.com/com-lihaoyi/mill/pull/7044
- Optmize performance for cylic check by @jilen in https://github.com/com-lihaoyi/mill/pull/7057
- Attempt to fix inactive annotation processor detection by @nguyenyou in https://github.com/com-lihaoyi/mill/pull/7059
New Contributors
- @nineclue made their first contribution in https://github.com/com-lihaoyi/mill/pull/6961
- @jirihausner made their first contribution in https://github.com/com-lihaoyi/mill/pull/6965
Full Changelog: https://github.com/com-lihaoyi/mill/compare/1.1.5...1.1.6