Skip to content

Commit 77c03ed

Browse files
committed
[docs] Fix versioning order on website
1 parent 79a36ea commit 77c03ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/package.mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ object `package` extends SbtModule with HasScalaPlugin with HasCommonOptions {
7676
}
7777
val lookedUpVersions = needsVersionLookup.map(v => v -> lookupFirtoolVersion(v, Task.log))
7878
val allVersions = knownVersions ++ lookedUpVersions
79-
allVersions.sortBy(_._1)
79+
allVersions.sortBy(_._1).reverse
8080
}
8181

8282
def latestStableVersion = Task {

0 commit comments

Comments
 (0)