Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: org.scala-lang:scala-library
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent e81a7f6 commit 487db3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/fbs-runner/checker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 487db3c

Please sign in to comment.