Skip to content

Commit

Permalink
Update coursier to 2.1.14 (#3705)
Browse files Browse the repository at this point in the history
Fixes #3695 along with
#3701 (the two PRs are needed)
  • Loading branch information
alexarchambault authored Oct 10, 2024
1 parent 0cdfefc commit 9a3c110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ object Deps {
val asmTree = ivy"org.ow2.asm:asm-tree:9.7"
val bloopConfig = ivy"ch.epfl.scala::bloop-config:1.5.5"

val coursier = ivy"io.get-coursier::coursier:2.1.13"
val coursier = ivy"io.get-coursier::coursier:2.1.14"
val coursierInterface = ivy"io.get-coursier:interface:1.0.19"

val cask = ivy"com.lihaoyi::cask:0.9.4"
Expand Down

0 comments on commit 9a3c110

Please sign in to comment.