Skip to content

Commit 9390255

Browse files
Rebootstrap on 1.1.0-RC1 (#6113)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 1c9bb79 commit 9390255

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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.6-114-ed0e74
1+
//| mill-version: 1.1.0-RC1
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ object Settings {
1919
val docTags: Seq[String] = Seq(
2020
"0.11.13",
2121
"0.12.16",
22-
"1.0.6"
22+
"1.0.6",
23+
"1.1.0-RC1"
2324
)
2425
val mimaBaseVersions: Seq[String] =
2526
Seq("1.0.0", "1.0.1", "1.0.2", "1.0.3", "1.0.4", "1.0.5", "1.0.6")

0 commit comments

Comments
 (0)