From a5dae340e7ef880dcc070f1b106c2558fa07fc0c Mon Sep 17 00:00:00 2001 From: "ckipp01-scala-steward[bot]" <124191317+ckipp01-scala-steward[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 05:03:40 +0000 Subject: [PATCH] Update mill-ci-release to 0.3.0 --- build.sc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sc b/build.sc index 4262a5b..4b3005e 100644 --- a/build.sc +++ b/build.sc @@ -1,7 +1,7 @@ import $ivy.`com.goyeau::mill-scalafix::0.4.2` import $ivy.`com.lihaoyi::mill-contrib-buildinfo:$MILL_VERSION` import $ivy.`de.tototec::de.tobiasroeser.mill.integrationtest::0.7.1` -import $ivy.`io.chris-kipp::mill-ci-release::0.1.10` +import $ivy.`io.chris-kipp::mill-ci-release::0.3.0` import mill._ import scalalib._ @@ -102,7 +102,7 @@ trait ItestCross extends Cross.Module[String] with MillIntegrationTestModule { override def testInvocations: T[Seq[(PathRef, Seq[TestInvocation.Targets])]] = T { - val env = if(millTestVersion() >= "0.12") + val env = if (millTestVersion() >= "0.12") Map( "COURSIER_REPOSITORIES" -> s"central sonatype:releases ivy:file://${T.dest.toString.replaceFirst("testInvocations", "test")}/ivyRepo/local/[organisation]/[module]/[revision]/[type]s/[artifact].[ext]" )