From 4f70d2997c0e36472747c977394d9f41bb2e8078 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 24 Feb 2022 02:10:35 +0100 Subject: [PATCH 1/3] Update coursier to 2.1.0-M5 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 1e184f196e4..6488d5ef218 100755 --- a/build.sc +++ b/build.sc @@ -92,7 +92,7 @@ object Deps { ) val asciidoctorj = ivy"org.asciidoctor:asciidoctorj:2.4.3" val bloopConfig = ivy"ch.epfl.scala::bloop-config:1.4.13" - val coursier = ivy"io.get-coursier::coursier:2.1.0-M2" + val coursier = ivy"io.get-coursier::coursier:2.1.0-M5" val coursierReducedDeps = coursier.exclude( "org.codehaus.plexus" -> "*" ) From 257d8a6dbf4f7a3906dfea7be19ada61d325e947 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 24 Feb 2022 10:07:41 +0100 Subject: [PATCH 2/3] Revert commit(s) 4f70d299 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 6488d5ef218..1e184f196e4 100755 --- a/build.sc +++ b/build.sc @@ -92,7 +92,7 @@ object Deps { ) val asciidoctorj = ivy"org.asciidoctor:asciidoctorj:2.4.3" val bloopConfig = ivy"ch.epfl.scala::bloop-config:1.4.13" - val coursier = ivy"io.get-coursier::coursier:2.1.0-M5" + val coursier = ivy"io.get-coursier::coursier:2.1.0-M2" val coursierReducedDeps = coursier.exclude( "org.codehaus.plexus" -> "*" ) From f97f46bb3e73d06ce57a4577621755ce646b0793 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 24 Feb 2022 10:07:48 +0100 Subject: [PATCH 3/3] Update coursier to 2.1.0-M5 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 1e184f196e4..6488d5ef218 100755 --- a/build.sc +++ b/build.sc @@ -92,7 +92,7 @@ object Deps { ) val asciidoctorj = ivy"org.asciidoctor:asciidoctorj:2.4.3" val bloopConfig = ivy"ch.epfl.scala::bloop-config:1.4.13" - val coursier = ivy"io.get-coursier::coursier:2.1.0-M2" + val coursier = ivy"io.get-coursier::coursier:2.1.0-M5" val coursierReducedDeps = coursier.exclude( "org.codehaus.plexus" -> "*" )