Skip to content

Commit

Permalink
Update coursier interface to 1.0.18 (#2710)
Browse files Browse the repository at this point in the history
Pull request: #2710
  • Loading branch information
lefou authored Aug 25, 2023
1 parent dd22ffc commit 7a88f53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,9 @@ 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.6"
val coursierInterface = ivy"io.get-coursier:interface:1.0.16"
val coursierInterface = ivy"io.get-coursier:interface:1.0.18"

val flywayCore = ivy"org.flywaydb:flyway-core:8.5.13"
val graphvizJava = ivy"guru.nidi:graphviz-java-all-j2v8:0.18.1"
Expand Down

0 comments on commit 7a88f53

Please sign in to comment.