diff --git a/modules/fbs-runner/checker/build.gradle b/modules/fbs-runner/checker/build.gradle index c07a53829..d497dfefb 100644 --- a/modules/fbs-runner/checker/build.gradle +++ b/modules/fbs-runner/checker/build.gradle @@ -26,7 +26,7 @@ scalastyle { } dependencies { - compileOnly 'org.scala-lang:scala-library:2.12.17' + compileOnly 'org.scala-lang:scala-library:2.13.14' implementation group: 'commons-io', name: 'commons-io', version: '2.13.0' implementation "io.vertx:vertx-lang-scala_2.12:${vertxVersion}" implementation "io.vertx:vertx-config-scala_2.12:${vertxVersion}"