0.11.8
Merged Pull Requests
- Fix some formatting glitches by @lefou in #3003
- Fix typo in Modules.adoc by @sequencer in #3007
- Update coursier from 2.1.8 to 2.1.9 by @lefou in #2971
- Restructure
VersionFinder
, increase speed, added ticker messages by @lefou in #3014 - Fix bsp compile classpath inconsistencies by @lefou in #3017
- Bring more bsp-specific targets in line with their non-bsp versions by @lefou in #3018
- Update mainargs from 0.6.1 to 0.6.2 by @lefou in #3019
- Update google guava from 32.1.3 to 33.0.0 by @lefou in #3020
- Update upickle from 3.1.4 to 3.2.0 by @lefou in #3021
- Update documentation, removed obsolete waning about Metals warnings by @lefou in #3024
- Make BSP task processing more resilient by @lefou in #3022
- Update junixsocket-core from 2.8.3 to 2.9.0 by @scala-steward in #3027
- Update jline from 3.25.0 to 3.25.1 by @scala-steward in #3035
- Update scalatest from 3.2.17 to 3.2.18 by @scala-steward in #3039
- Update protobuf-java from 3.25.1 to 3.25.3 by @scala-steward in #3026
- Update semanticdb-java from 0.9.8 to 0.9.9 by @scala-steward in #3030
- Update semanticdb-scalac from 4.8.15 to 4.9.0 by @scala-steward in #3038
- Update log4j-core from 2.22.1 to 2.23.0 by @scala-steward in #3044
- Update scala-native from 0.4.16 to 0.4.17 by @scala-steward in #3036
- Update acyclic from 0.3.9 to 0.3.10 by @scala-steward in #3043
- Update acyclic from 0.3.10 to 0.3.11 by @scala-steward in #3045
- Force transitive dependency commons-compress to 1.26.0 or newer by @lefou in #3049
- Update Mill setup and version to 0.11.7-17-17dea9 by @lefou in #3050
- Update example
build.sc
with current library versions by @cstroe in #3055 - Support Scala Native 0.5.0-RC1 by @lolgab in #3054
- Update scoverage from 2.0.11 to 2.1.0 by @lefou in #3058
- Update Scala from 2.12.18 to 2.12.19 (used in some workers) by @lefou in #3059
- Scoverage: Do not include the scalac plugin in the reporting classpath by @lefou in #3060
- Update Scala from 2.13.12 to 2.13.13 by @lefou in #3053
- Fix some warnings by @nightscape in #3051
- Update Ammonite version from 3.0.0-M0-53-084f7f4e to 3.0.0-M1 by @lefou in #3065
- Add 2.13.13 and 2.12.19 to supported bridges list by @lolgab in #3066
- Track ammonite dependency to automatically find updates by @lefou in #3070
- Update semanticdb-scalac from 4.9.0 to 4.9.1 by @lefou in #3069
- Fix BuildInfo static Java file generator by @lefou in #3074
- Add 'jvmOptions' to docker contrib configuration by @megri in #3079
- Pass auxiliary class files to zinc so they are deleted together by @lolgab in #3072
- Update Scala Native 0.5.0-RC2 by @lolgab in #3082
- Update jarjar-abrams-core from 1.9.0 to 1.14.0 by @lefou in #3085
- BSP: Handle new
JvmCompileClasspath
request by @lefou in #3086 - Update semanticdb-scalac from 4.9.1 to 4.9.2 by @lefou in #3087
- Update transitive runtime dependency guava from 33.0.0 to 33.1.0 by @lefou in #3088
- Add support for Cobertura XML report task to help integration by @romain-gilles-ultra in #3093
- Support Scala.js minify via
scalaJSMinify: Target[String]
by @lolgab in #3094 - Restructure
TestModule
, addRunModule
by @lefou in #3064 - CI: add scalafix-check to precondition to publish by @lefou in #3095
- Docs for Continuous cache invalidation by @lefou in #3096
- Scoverage inner module defaults to
skipIdea = outer.skipIdea
by @lefou in #3098 - Move
run
-targets intoRunModule
by @lefou in #3090 - Deduplicate input tasks in
inspect
command by @lefou in #3102 - Update example build.sc missing quote by @dongxuwang in #3106
- Update Scala Native to 0.5.0-RC3 by @lolgab in #3107
- Update junixsocket from 2.9.0 to 2.9.1 by @lefou in #3113
- Update mainargs from 0.6.2 to 0.6.3 by @lefou in #3114
- Update asm from 9.6 to 9.7 by @lefou in #3112
- Update requests from 0.8.0 to 0.8.2 by @lefou in #3115
- Update semanticdb-scalac from 4.9.2 to 4.9.3 by @lefou in #3116
- Update transitive commons-io from 2.15.1 to 2.16.1 by @lefou in #3117
- Update Scala Native to 0.5.0 by @lolgab in #3120
- Isolate scoverage modules from their parent modules by @romain-gilles-ultra in #3118
- Scoverage improve classpath override to the minimal by @romain-gilles-ultra in #3122
- Improve internal BSP API and docs, fix a match error condition by @lefou in #3111
- Retry example integration tests that didn't finish after 5 minutes by @lefou in #3125
- Fix mill script for parameter starting with -i by @romain-gilles-ultra in #3127
- TestModule: Support generation of JUnit-compatible xml report by @atty303 in #3099
- Use docker image hash to determine if build should rerun by @nrktkt in #3124
- Update os-lib from 0.9.3 to 0.10.0 by @lefou in #3129
- Fixed semanticdb file copying issue, added more tests by @lefou in #3080
- Fix typo in scoverage documentation by @lefou in #3137
- Fix cross link in documentation by @lefou in #3138
- Update zinc from 1.9.6 to 1.10.0, use improved analysis store by @lefou in #2899
- Detect assemblies with too many entries to fail shell script prepending by @lefou in #3140
- Update coursier from 2.1.9 to 2.1.10 by @lefou in #3145
- Add multi platform support to contrib.docker through docker buildx by @GeorgOfenbeck in #3143
- Update acyclic from 0.3.11 to 0.3.12 by @lefou in #3149
- Update Ammonite from 3.0.0-M1 to 3.0.0-M1-19-a7973e17 by @lefou in #3147
- Update Scoverage2 from 2.1.0 to 2.1.1 by @lefou in #3150
- Update Scala version from 2.13.13 to 2.13.14 by @lefou in #3146
- Improve the support of JUnit XML report by @romain-gilles-ultra in #3135
- Give mill the ability to re-write ESModule imports at link time by @Quafadas in #3109
- GenIdea improvements by @lefou in #3153
- GenIdea: Use synthetic scala-SDK entry for compiler setup by @lefou in #3154
- Update semanticdb-java from 0.9.9 to 0.9.10 by @lefou in #3157
- Update fastparse from 3.0.2 to 3.1.0 by @lefou in #3158
- Update fansi from 0.4.0 to 0.5.0 by @lefou in #3160
- Update mainargs from 0.6.3 to 0.7.0 by @lefou in #3161
- Update pprint from 0.8.1 to 0.9.0 by @lefou in #3162
- Update ammonite from 3.0.0-M1-19-a7973e17 to 3.0.0-M2-2-741e5dbb by @lefou in #3163
- Update transitve guava dependency from 33.1.0 to 33.2.0 by @lefou in #3159
- Update semanticdb-scalac from 4.9.3 to 4.9.4 by @lefou in #3156
- Fix timestamp attribute in junit xml report by @romain-gilles-ultra in #3172
- Update mill-scalafix from 0.3.2 to 0.4.0 by @lefou in #3155
- Update scalacheck from 1.17.0 to 1.18.0 by @lefou in #3178
- Update semanticdb-scalac from 4.9.4 to 4.9.5 by @lefou in #3175
- Update Scala Native 0.5 from 0.5.0 to 0.5.1 by @lefou in #3174
- Fix compiler bridge build setup and build essential versions in CI by @lefou in #3179
- Add Scala 2.13.14 to bridgeScalaVersions by @lolgab in #3166
- Update Play 3.0 version from 3.0.1 to 3.0.3 by @lefou in #3176
- Update utest form 0.8.2 to 0.8.3 by @lefou in #3177
- Update os-lib from 0.10.0 to 0.10.1 by @lefou in #3181
- Update log4j-core from 2.23.0 to 2.23.1 by @lefou in #3182
- Update upickle from 3.2.0 to 3.3.1 by @lefou in #3183
- Add unit tests to the JUnit xml report generation by @romain-gilles-ultra in #3184
- feat: adding sonatype central support by @Andrapyre in #3130
- Update documentation for Sonatype Central by @Andrapyre in #3187
- Exclude mill provided dependencies in meta builds by @lefou in #3189
- Add
TestModule.discoveredTestClasses
target to ease test inspection by @lefou in #3191 - Add docs about millw homebrew by @lolgab in #3193
- Update mill-mima from 0.1.0 to 0.1.1 by @lefou in #3194
- Fix Scala.js toolchain logs in server-client mode by @lolgab in #3196
- Fixed the documented path for the Mill server instance by @lefou in #3198
- Make GenIdea test cases platform independent by @lefou in #3199
- Update os-lib from 0.10.1 to 0.10.2 by @lefou in #3200
- Fix download links in docs by @lihaoyi in #3205
- Fix classpath regression in Bloop export #1918 by @lolgab in #3211
- Update Scala Native 0.5 from 0.5.1 to 0.5.3 by @lefou in #3216
- Update ammonite from 3.0.0-M2-2-741e5dbb to 3.0.0-M2-11-713b6963 by @lefou in #3214
- Update guava from 33.2.0 to 33.2.1 by @lefou in #3215
- Update semanticdb-scalac from 4.9.5 to 4.9.6 by @lefou in #3217
- Migrate 5-webapp-scalajs-shared example to Scala 3 by @lolgab in #3212
- Support
build.sc
in Bloop by @lolgab in #3208 - Update com.lihaoyi::requests from 0.8.2 to 0.8.3 by @lefou in #3218
- Update scala-xml from 2.2.0 to 2.3.0 by @lefou in #3220
- Update some Play versions: 2.8.22, 2.9.4, 3.0.4 by @lefou in #3219
- Improve Mill plugin classpath exclusions by @lefou in #3221
- Replace a deprecated
mainargs
API call by @lefou in #3223 - Support "pom" packaging type in
PublishModule
by @lefou in #3222 - Fail if
testOnly
does not match any test case by @lefou in #3224 - Update cask from 0.9.1 to 0.9.2 by @lefou in #3225
- Update transitive commons-compress from 1.26.0 to 1.26.2 by @lefou in #3226
- Update jline from 3.25.1 to 3.26.2 by @lefou in #3227
- Update semanticdb-scalac from 4.9.6 to 4.9.7 by @lefou in #3228
- Prepared release 0.11.8 by @lefou in #3229
New Contributors
- @cstroe made their first contribution in #3055
- @romain-gilles-ultra made their first contribution in #3093
- @dongxuwang made their first contribution in #3106
- @GeorgOfenbeck made their first contribution in #3143
- @Andrapyre made their first contribution in #3130
Full Changelog: 0.11.7...0.11.8