From 3ea44f3b1615a56f84a2185528ed34b34414aabf Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Tue, 22 Oct 2024 13:11:59 +0200 Subject: [PATCH 1/2] Update coursier-interface to 1.0.22 I don't know why we have coursier and coursier-interface at the same time in this project. Maybe we can get rid of one? --- build.mill | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.mill b/build.mill index 0c810434dc7..0ee13818b1c 100644 --- a/build.mill +++ b/build.mill @@ -19,7 +19,7 @@ import mill.define.Cross import scala.util.matching.Regex // plugins and dependencies -import $meta._ +import $meta._e import $file.ci.shared import $file.ci.upload import $packages._ @@ -122,7 +122,7 @@ object Deps { val bloopConfig = ivy"ch.epfl.scala::bloop-config:1.5.5" val coursier = ivy"io.get-coursier::coursier:2.1.14" - val coursierInterface = ivy"io.get-coursier:interface:1.0.19" + val coursierInterface = ivy"io.get-coursier:interface:1.0.22" val cask = ivy"com.lihaoyi::cask:0.9.4" val castor = ivy"com.lihaoyi::castor:0.3.0" From f37737870998c34cfe2056eb4fa36b200751237f Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Tue, 22 Oct 2024 13:52:42 +0200 Subject: [PATCH 2/2] fix typo --- build.mill | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.mill b/build.mill index 0ee13818b1c..a3d81bf0710 100644 --- a/build.mill +++ b/build.mill @@ -19,7 +19,7 @@ import mill.define.Cross import scala.util.matching.Regex // plugins and dependencies -import $meta._e +import $meta._ import $file.ci.shared import $file.ci.upload import $packages._