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 548459a commit bc35389Copy full SHA for bc35389
_includes/tutorials/produce-consume-lang/scala/code/build.gradle
@@ -41,7 +41,7 @@ allprojects {
41
// presentation boiler plate
42
implementation "com.lihaoyi:cask_2.13:0.8.0"
43
implementation "ch.qos.logback:logback-classic:1.2.11"
44
- implementation "com.github.pureconfig:pureconfig_2.13:0.17.2"
+ implementation "com.github.pureconfig:pureconfig_2.13:0.17.4"
45
implementation "com.nrinaudo:kantan.csv-generic_2.13:0.7.0"
46
implementation "com.nrinaudo:kantan.csv-java8_2.13:0.7.0"
47
implementation "com.nrinaudo:kantan.csv-enumeratum_2.13:0.7.0"
0 commit comments