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 c225c0d commit 5f6ec92Copy full SHA for 5f6ec92
build.gradle
@@ -299,6 +299,8 @@ project ('spring-kafka') {
299
testImplementation 'io.projectreactor:reactor-test'
300
testImplementation "org.mockito:mockito-junit-jupiter:$mockitoVersion"
301
testImplementation "org.hibernate.validator:hibernate-validator:$hibernateValidationVersion"
302
+ testImplementation "org.scala-lang:scala-library:$scalaLibVersion"
303
+ testImplementation "org.scala-lang:scala-reflect:$scalaLibVersion"
304
}
305
306
0 commit comments