From 979e5e4192dc15908ff8b991be93b0abef21a463 Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Sun, 23 Jul 2023 21:57:26 +0200 Subject: [PATCH] Update coursier to 2.1.5 (#2671) Pull request: https://github.com/com-lihaoyi/mill/pull/2671 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 7120444d2ce..84e35c49d09 100644 --- a/build.sc +++ b/build.sc @@ -102,7 +102,7 @@ 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.4" + val coursier = ivy"io.get-coursier::coursier:2.1.5" val coursierInterface = ivy"io.get-coursier:interface:1.0.16" val flywayCore = ivy"org.flywaydb:flyway-core:8.5.13"