Skip to content

Commit 4578118

Browse files
committed
Add version mapping for scala and log4j-api
1 parent 5fe89e8 commit 4578118

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

gradle/dependencies.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ ext {
2323
'5.4': '2.13.8',
2424
'5.5': '2.13.8',
2525
'5.6': '2.13.8',
26-
'5.7': '2.13.10'
26+
'5.7': '2.13.10',
27+
'5.8': '2.13.10',
2728
]
2829

2930
log4js = [
@@ -34,7 +35,8 @@ ext {
3435
'5.4': '2.19.0',
3536
'5.5': '2.19.0',
3637
'5.6': '2.19.0',
37-
'5.7': '2.20.0'
38+
'5.7': '2.20.0',
39+
'5.8': '2.20.0',
3840
]
3941

4042
ver = [

0 commit comments

Comments
 (0)