From 787fa4eed3d9dab91f6274c1db353db9537c1532 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 00:22:13 +0000 Subject: [PATCH] build(deps): Update mill-crossplatform from 0.1.2 to 0.1.3 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 20bd1ac..f74d971 100644 --- a/build.sc +++ b/build.sc @@ -1,5 +1,5 @@ import $ivy.`com.github.lolgab::mill-mima::0.0.13` -import $ivy.`com.github.lolgab::mill-crossplatform::0.1.2` +import $ivy.`com.github.lolgab::mill-crossplatform::0.1.3` import $ivy.`com.goyeau::mill-scalafix::0.2.11` import $ivy.`io.chris-kipp::mill-ci-release::0.1.5`