Skip to content

Commit 5f6ec92

Browse files
committed
Fix Transitive Scala Library Version
1 parent c225c0d commit 5f6ec92

File tree

2 files changed

+892
-0
lines changed

2 files changed

+892
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,8 @@ project ('spring-kafka') {
299299
testImplementation 'io.projectreactor:reactor-test'
300300
testImplementation "org.mockito:mockito-junit-jupiter:$mockitoVersion"
301301
testImplementation "org.hibernate.validator:hibernate-validator:$hibernateValidationVersion"
302+
testImplementation "org.scala-lang:scala-library:$scalaLibVersion"
303+
testImplementation "org.scala-lang:scala-reflect:$scalaLibVersion"
302304
}
303305
}
304306

0 commit comments

Comments
 (0)