From fba7f9a5bafa37d68c64de18b747a51f74243911 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:44:37 +0200 Subject: [PATCH 1/2] Update mill-main to 0.11.8 (#612) --- .mill-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mill-version b/.mill-version index 57e1e8b52..772c67a50 100644 --- a/.mill-version +++ b/.mill-version @@ -1 +1 @@ -0.11.7-118-56323c \ No newline at end of file +0.11.8 \ No newline at end of file From 71bb31db77bf1e52857e8d89cf5eba227d84299b Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:44:46 +0200 Subject: [PATCH 2/2] Update mill-mima to 0.1.1 (#611) --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index ce93ec10f..b39e648d4 100644 --- a/build.sc +++ b/build.sc @@ -1,6 +1,6 @@ // plugins import $ivy.`de.tototec::de.tobiasroeser.mill.vcs.version::0.4.0` -import $ivy.`com.github.lolgab::mill-mima::0.0.24` +import $ivy.`com.github.lolgab::mill-mima::0.1.1` // imports import mill._