Skip to content

Commit

Permalink
Update coursier to 2.1.0-M5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 24, 2022
1 parent 515e95c commit 4f70d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -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" -> "*"
)
Expand Down

0 comments on commit 4f70d29

Please sign in to comment.