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 cd2b603 commit db69091Copy full SHA for db69091
project/deps.sc
@@ -157,7 +157,7 @@ object Deps {
157
def coursierPublish = ivy"io.get-coursier.publish:publish_2.13:0.1.6"
158
.exclude(("org.scala-lang.modules", "scala-collection-compat_2.13"))
159
.exclude(("com.github.plokhotnyuk.jsoniter-scala", "jsoniter-scala-core_2.13"))
160
- def dependency = ivy"io.get-coursier::dependency:0.2.3"
+ def dependency = ivy"io.get-coursier::dependency:0.2.4"
161
def dockerClient = ivy"com.spotify:docker-client:8.16.0"
162
// TODO bump once 0.15.5 is out
163
def expecty = ivy"com.eed3si9n.expecty::expecty:0.16.0"
0 commit comments