From 7a88f53355a2a56769120eab4f2894ec52c16c56 Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Fri, 25 Aug 2023 16:22:44 +0200 Subject: [PATCH] Update coursier interface to 1.0.18 (#2710) Pull request: https://github.com/com-lihaoyi/mill/pull/2710 --- build.sc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 51d73359555..03b0517477d 100644 --- a/build.sc +++ b/build.sc @@ -103,8 +103,9 @@ object Deps { val ammoniteVersion = "3.0.0-M0-32-96e851cb" val scalaparse = ivy"com.lihaoyi::scalaparse:3.0.1" val bloopConfig = ivy"ch.epfl.scala::bloop-config:1.5.5" + val coursier = ivy"io.get-coursier::coursier:2.1.6" - val coursierInterface = ivy"io.get-coursier:interface:1.0.16" + val coursierInterface = ivy"io.get-coursier:interface:1.0.18" val flywayCore = ivy"org.flywaydb:flyway-core:8.5.13" val graphvizJava = ivy"guru.nidi:graphviz-java-all-j2v8:0.18.1"