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 2426884 commit 47f6cf5Copy full SHA for 47f6cf5
project/deps.sc
@@ -69,7 +69,7 @@ object Deps {
69
// Force using of 2.13 - is there a better way?
70
def coursierJvm = ivy"io.get-coursier:coursier-jvm_2.13:${Versions.coursier}"
71
def coursierLauncher = ivy"io.get-coursier:coursier-launcher_2.13:${Versions.coursier}"
72
- def coursierPublish = ivy"io.get-coursier.publish:publish_2.13:0.1.0"
+ def coursierPublish = ivy"io.get-coursier.publish:publish_2.13:0.1.2"
73
// TODO - update to working version
74
def dependency = ivy"io.get-coursier::dependency:0.2.2"
75
def dockerClient = ivy"com.spotify:docker-client:8.16.0"
0 commit comments