Skip to content

Commit

Permalink
Merge branch 'main' of github.com:com-lihaoyi/mill
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Aug 6, 2024
2 parents 91d07c0 + 9e1e6f7 commit 86c96f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/mill-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.10
0.11.11
7 changes: 6 additions & 1 deletion readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ endif::[]
https://index.scala-lang.org/com-lihaoyi/mill/mill-main[image:https://index.scala-lang.org/com-lihaoyi/mill/mill-main/latest.svg[Mill]]
https://www.patreon.com/lihaoyi[image:https://img.shields.io/badge/patreon-sponsor-ff69b4.svg[Patreon]]

Mill is a graph-based JVM build tool that supports Java and Scala. Mill aims to make your
Mill is a fast JVM build tool that supports Java and Scala. Mill aims to make your
project’s build process performant, maintainable, and flexible.

== Documentation
Expand Down Expand Up @@ -301,6 +301,11 @@ _Changes since {prev-version}:_
* New Java- and Scala-specific sections on the documentation, with more detailed
comparisons to existing build tools
* Added graphviz diagrams throughout to help the user in visualizing the concepts involved
* Update versions of JUnit sbt-test-interface libraries that Mill uses
{link-pr}/3296[#3296]
* Make it simpler to resolve dependencies in custom tasks via `defaultResolver().resolveDeps`
{link-pr}/3330[#3330]


_For details refer to
{link-milestone}/{milestone}?closed=1[milestone {milestone-name}]
Expand Down

0 comments on commit 86c96f7

Please sign in to comment.