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 81a83b6 commit 2bad0e7Copy full SHA for 2bad0e7
settings.gradle
@@ -65,7 +65,7 @@ if (scalaVersion == '2.12') {
65
version : '2.13.1',
66
depVersion : '2.13',
67
scoverageScalaVersion : '2.13.1',
68
- scoverageVersion : '1.4.8',
+ scoverageVersion : '1.4.11',
69
// We can't use fatal warnings yet because there are deprecated things in 2.13 that are not fixable
70
// in 2.12.
71
compileFlags: ['-feature', '-unchecked', '-deprecation']
@@ -85,4 +85,4 @@ gradle.ext.akka_management = [version : '1.0.5']
85
gradle.ext.curator = [version : '4.3.0']
86
gradle.ext.kube_client = [version: '4.10.3']
87
88
-gradle.ext.netty = [version : '4.1.87.Final']
+gradle.ext.netty = [version : '4.1.87.Final']
0 commit comments