We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7498e commit b60ea03Copy full SHA for b60ea03
project/deps.sc
@@ -163,7 +163,7 @@ object Deps {
163
def coursierPublish = ivy"io.get-coursier.publish:publish_2.13:0.1.6"
164
.exclude(("org.scala-lang.modules", "scala-collection-compat_2.13"))
165
.exclude(("com.github.plokhotnyuk.jsoniter-scala", "jsoniter-scala-core_2.13"))
166
- def dependency = ivy"io.get-coursier::dependency:0.3.1"
+ def dependency = ivy"io.get-coursier::dependency:0.3.2"
167
def dockerClient = ivy"com.spotify:docker-client:8.16.0"
168
// TODO bump once 0.15.5 is out
169
def expecty = ivy"com.eed3si9n.expecty::expecty:0.17.0"
0 commit comments