Skip to content

Commit 2bad0e7

Browse files
author
Brendan Doyle
committed
cleanup
1 parent 81a83b6 commit 2bad0e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if (scalaVersion == '2.12') {
6565
version : '2.13.1',
6666
depVersion : '2.13',
6767
scoverageScalaVersion : '2.13.1',
68-
scoverageVersion : '1.4.8',
68+
scoverageVersion : '1.4.11',
6969
// We can't use fatal warnings yet because there are deprecated things in 2.13 that are not fixable
7070
// in 2.12.
7171
compileFlags: ['-feature', '-unchecked', '-deprecation']
@@ -85,4 +85,4 @@ gradle.ext.akka_management = [version : '1.0.5']
8585
gradle.ext.curator = [version : '4.3.0']
8686
gradle.ext.kube_client = [version: '4.10.3']
8787

88-
gradle.ext.netty = [version : '4.1.87.Final']
88+
gradle.ext.netty = [version : '4.1.87.Final']

0 commit comments

Comments
 (0)