Skip to content

Commit

Permalink
Update dependency to 0.3.2 (#3353)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Dec 6, 2024
1 parent 1d7498e commit b60ea03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ object Deps {
def coursierPublish = ivy"io.get-coursier.publish:publish_2.13:0.1.6"
.exclude(("org.scala-lang.modules", "scala-collection-compat_2.13"))
.exclude(("com.github.plokhotnyuk.jsoniter-scala", "jsoniter-scala-core_2.13"))
def dependency = ivy"io.get-coursier::dependency:0.3.1"
def dependency = ivy"io.get-coursier::dependency:0.3.2"
def dockerClient = ivy"com.spotify:docker-client:8.16.0"
// TODO bump once 0.15.5 is out
def expecty = ivy"com.eed3si9n.expecty::expecty:0.17.0"
Expand Down

0 comments on commit b60ea03

Please sign in to comment.