Skip to content

Commit 845c6b3

Browse files
authored
Rebootstrap on 1.0.5 (#5877)
1 parent be9a93f commit 845c6b3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//| mill-version: 1.0.4-60-acc377
1+
//| mill-version: 1.0.5
22
//| mill-jvm-opts: ["-XX:NonProfiledCodeHeapSize=250m", "-XX:ReservedCodeCacheSize=500m"]
33
//| mill-opts: ["--jobs=0.5C"]
44

mill-build/src/millbuild/Settings.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ object Settings {
1919
val docTags: Seq[String] = Seq(
2020
"0.11.13",
2121
"0.12.14",
22-
"1.0.4"
22+
"1.0.5"
2323
)
24-
val mimaBaseVersions: Seq[String] = Seq("1.0.0", "1.0.1", "1.0.2", "1.0.3", "1.0.4")
24+
val mimaBaseVersions: Seq[String] = Seq("1.0.0", "1.0.1", "1.0.2", "1.0.3", "1.0.4", "1.0.5")
2525

2626
val graalvmJvmId = "graalvm-community:23.0.1"
2727
}

readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ifdef::env-github[]
1818
:warning-caption: :warning:
1919
endif::[]
2020

21-
https://github.com/com-lihaoyi/mill/blob/main/changelog.adoc[image:https://img.shields.io/maven-central/v/com.lihaoyi/mill-dist?label=stable-version&versionSuffix=1.0.1[d]]
21+
https://github.com/com-lihaoyi/mill/blob/main/changelog.adoc[image:https://img.shields.io/maven-central/v/com.lihaoyi/mill-dist?label=stable-version&versionSuffix=1.0.5[d]]
2222
https://central.sonatype.com/artifact/com.lihaoyi/mill-dist[image:https://img.shields.io/maven-central/v/com.lihaoyi/mill-dist?label=unstable-dev-version[Maven Central Version]]
2323

2424
Mill is a build tool that tries to improve upon the tools traditionally used

0 commit comments

Comments
 (0)