Skip to content

Commit

Permalink
Update package.mill
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi authored Jan 24, 2025
1 parent 2b46ae8 commit 07da626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ object `package` extends RootModule {

val millDownloadUrl =
if (
Ordering.Implicits.seqOrdering[Seq, String].lt(version.split('.'), Seq("0", "12", "6"))
Ordering.Implicits.seqOrdering[Seq, String].lt(millLastTag.split('.'), Seq("0", "12", "6"))
) {
s"${build.Settings.projectUrl}/releases/download/$millLastTag"
} else {
Expand Down

0 comments on commit 07da626

Please sign in to comment.