Skip to content

Commit

Permalink
Update coursier-interface to 1.0.25 (#4043)
Browse files Browse the repository at this point in the history
Alongside #4037, my hope is that
this addresses #3662 (because
both coursier and coursier-interface include
coursier/coursier#3171 now)
  • Loading branch information
alexarchambault authored Nov 28, 2024
1 parent a6fe4ee commit 5fda8d2
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 @@ -118,7 +118,7 @@ object Deps {

val coursierVersion = "2.1.19"
val coursier = ivy"io.get-coursier::coursier:$coursierVersion"
val coursierInterface = ivy"io.get-coursier:interface:1.0.24"
val coursierInterface = ivy"io.get-coursier:interface:1.0.25"
val coursierJvm = ivy"io.get-coursier::coursier-jvm:$coursierVersion"

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

0 comments on commit 5fda8d2

Please sign in to comment.